mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-11 04:52:26 +08:00
添加了节点服务器,各个服务器之间支持多对多
This commit is contained in:
12
cmd/node/application.toml
Normal file
12
cmd/node/application.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[hk4e]
|
||||
kcp_addr = "127.0.0.1"
|
||||
kcp_port = 22103
|
||||
|
||||
[logger]
|
||||
level = "DEBUG"
|
||||
mode = "BOTH"
|
||||
track = true
|
||||
max_size = 10485760
|
||||
|
||||
[mq]
|
||||
nats_url = "nats://nats:4222"
|
||||
Reference in New Issue
Block a user