mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-13 17:22:34 +08:00
refactor
This commit is contained in:
14
cmd/dispatch/application.toml
Normal file
14
cmd/dispatch/application.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
http_port = 8080
|
||||
|
||||
[hk4e]
|
||||
kcp_addr = "127.0.0.1"
|
||||
kcp_port = 22103
|
||||
login_sdk_url = "https://api.flswld.com/api/v1/auth/login"
|
||||
|
||||
[logger]
|
||||
level = "DEBUG"
|
||||
method = "CONSOLE"
|
||||
track_line = true
|
||||
|
||||
[database]
|
||||
url = "mongodb://mongo:27017"
|
||||
Reference in New Issue
Block a user