mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 17:12:27 +08:00
17 lines
243 B
TOML
17 lines
243 B
TOML
http_port = 8080
|
|
|
|
[hk4e]
|
|
kcp_addr = "127.0.0.1"
|
|
kcp_port = 22103
|
|
|
|
[logger]
|
|
level = "DEBUG"
|
|
method = "CONSOLE"
|
|
track_line = true
|
|
|
|
[database]
|
|
url = "mongodb://mongo:27017"
|
|
|
|
[mq]
|
|
nats_url = "nats://nats1:4222,nats://nats2:4222,nats://nats3:4222"
|