33 lines
575 B
TOML
33 lines
575 B
TOML
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]
|
|
name = "dev_mualani"
|
|
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/"
|