XilonenImpact/gateserver/gateserver.toml

34 lines
575 B
TOML
Raw Normal View History

2024-08-26 12:29:56 +00:00
app_id = 2
[[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.player_server]
outer_ip = "127.0.0.1"
listen_port = 22101
max_conn_num = 500
recv_buf_len = 24756
timeout_sec = 30
mtu = 1200
[database]
connection_string = "postgres://postgres:@localhost:5432/hk4e"
redis_url = "redis://127.0.0.1/"