mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 18:12:27 +08:00
14 lines
168 B
TOML
14 lines
168 B
TOML
http_port = 8080
|
|
|
|
[logger]
|
|
level = "DEBUG"
|
|
mode = "BOTH"
|
|
track = true
|
|
max_size = 10485760
|
|
|
|
[database]
|
|
url = "mongodb://mongo:27017"
|
|
|
|
[mq]
|
|
nats_url = "nats://nats:4222"
|