Skip to content

Instantly share code, notes, and snippets.

Created September 23, 2016 06:22
Show Gist options
  • Save anonymous/149c5aa8852650c00e55f8bf8a6b966b to your computer and use it in GitHub Desktop.
Save anonymous/149c5aa8852650c00e55f8bf8a6b966b to your computer and use it in GitHub Desktop.
system.yaml for KR server
---
app:
app_name: LeagueClient
bugsplat:
osx:
debug: mac_league_client_internal_riotgames_com
public: mac_league_client_riotgames_com
releasedbg: mac_league_client_internal_riotgames_com
windows:
debug: league_client_internal_riotgames_com
public: league_client_riotgames_com
releasedbg: league_client_internal_riotgames_com
local_settings_file: Config/LeagueClientSettings.yaml
log_dir: LeagueClient Logs
project: LeagueClient
respawn:
windows:
command: LeagueClient.exe
display_name: League of Legends
telemetry:
endpoint:
debug: https://test.ekg.riotgames.com/messages
public: https://ekg.riotgames.com/messages
releasedbg: https://ekg.riotgames.com/messages
event_prefix: riot__rclient__
ux_helper_name: LeagueClientUxHelper
ux_name: LeagueClientUx
build:
branch: '6.19'
branch-full: LCUReleases/6.19
code-build-id: 3005779
content-build-id: 3005968
game-branch: '6.19'
game-branch-full: Releases/6.19
game-data-build-id: 3005595
default_region: KR
patcher:
is_p2p_enabled: false
product_refresh_period: 20
self_update:
component_id: league_client
executables:
osx:
app: LeagueClient.app
exe: LeagueClient.app/Contents/MacOS/LeagueClient
windows:
app: LeagueClient.exe
exe: LeagueClient.exe
files:
osx:
debug:
- system.yaml
public:
- system.yaml
releasedbg:
- system.yaml
windows:
debug:
- BsSndRpt.exe
- BugSplatD.dll
- BugSplatRc.dll
- system.yaml
public:
- BsSndRpt.exe
- BugSplat.dll
- BugSplatRc.dll
- system.yaml
releasedbg:
- BsSndRpt.exe
- BugSplat.dll
- BugSplatRc.dll
- msvcp120.dll
- msvcr120.dll
- system.yaml
player_bug_report_url: https://login.leagueoflegends.com/?redirect_uri=http%3A%2F%2Fkr-lcu-update.leagueoflegends.com%2Fko_KR%2Fclient-update%2Fredirect&region=kr
products:
- entitlements: []
full_name: ''
id: league_of_legends
installed_splash: ''
launcher:
arguments:
- --disable-patching
- --access-token-json={access-token-json}
- --entitlements-token-json={entitlements-token-json}
component_id: league_client
executables:
osx:
app: LeagueClient.app
exe: LeagueClient.app/Contents/MacOS/LeagueClient
windows:
app: LeagueClient.exe
exe: LeagueClient.exe
patch_notes: ''
patcher:
components:
- history: keep
hostname: kr.patchdata.lolstatic.com
id: league_client
install_dir: ''
locale: ko_KR
region: KR
remote_path: /KR_CBT
type: project
use_tls: true
- history: none
hostname: kr.patchdata.lolstatic.com
id: lol_game_client_sln
install_dir: ''
locale: ko_KR
region: KR
remote_path: /KR_CBT
type: solution
use_tls: true
id: league_of_legends
short_name: ''
uninstalled_splash: ''
region_data:
KR:
available_locales:
- ko_KR
default_locale: ko_KR
servers:
chat:
allow_self_signed_cert: false
chat_host: chat.kr.lol.riotgames.com
chat_port: 5223
lcds:
lcds_host: prod.kr.lol.riotgames.com
lcds_port: 2099
login_queue_url: https://lq.kr.lol.riotgames.com/login-queue/rest/queues/lol
use_tls: true
license_agreement_urls:
eula: http://www.leagueoflegends.co.kr/?m=rules&cid=3
terms_of_use: http://www.leagueoflegends.co.kr/?m=rules&cid=1
rms:
rms_heartbeat_interval_seconds: 60
rms_url: wss://riot.edge.rms.si.riotgames.com:443
service_status:
api_url: http://status.leagueoflegends.com/shards/kr/synopsis
human_readable_status_url: http://status.leagueoflegends.com/#kr
store:
store_url: https://store.kr.lol.riotgames.com
web_region: kr
KR_TEST:
available_locales:
- ko_KR
default_locale: ko_KR
is_hidden: true
servers:
chat:
allow_self_signed_cert: false
chat_host: chat.kr.lol.riotgames.com
chat_port: 5223
lcds:
lcds_host: prod.kr.lol.riotgames.com
lcds_port: 2099
login_queue_url: https://lq.kr.lol.riotgames.com/login-queue/rest/queues/lol
use_tls: true
license_agreement_urls:
eula: http://www.leagueoflegends.co.kr/?m=rules&cid=3
terms_of_use: http://www.leagueoflegends.co.kr/?m=rules&cid=1
rms:
rms_heartbeat_interval_seconds: 60
rms_url: wss://riot.edge.rms.si.riotgames.com:443
service_status:
api_url: http://status.leagueoflegends.com/shards/kr/synopsis
human_readable_status_url: http://status.leagueoflegends.com/#kr
store:
store_url: https://store.kr.lol.riotgames.com
web_region: kr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment