XilonenImpact/dispatch/dispatch.toml

30 lines
513 B
TOML
Raw Permalink Normal View History

2024-08-26 12:29:56 +00:00
app_id = 1
forbid_first_dispatch = false
[[applications.Dispatch]]
app_id = 1
inner_ip = "127.0.0.1:22001"
[[applications.Gateserver]]
app_id = 2
inner_ip = "127.0.0.1:22002"
[[applications.Dbgate]]
app_id = 3
inner_ip = "127.0.0.1:22003"
[[applications.Gameserver]]
app_id = 4
inner_ip = "127.0.0.1:22004"
[region]
2024-08-30 14:44:38 +00:00
name = "dev_xilonen"
2024-08-26 12:29:56 +00:00
dev_sdk_account = true
[net.http]
bind_host = "0.0.0.0:21041"
[database]
connection_string = "postgres://postgres:@localhost:5432/hk4e"
redis_url = "redis://127.0.0.1/"