mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
GM后台服务初步
This commit is contained in:
12
gm/cmd/application.toml
Normal file
12
gm/cmd/application.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
http_port = 9001
|
||||
|
||||
[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"
|
||||
Reference in New Issue
Block a user