mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-13 03:02:26 +08:00
优化架构
This commit is contained in:
14
dispatch/cmd/application.toml
Normal file
14
dispatch/cmd/application.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
http_port = 8080
|
||||
|
||||
[hk4e]
|
||||
kcp_addr = "hk4e.flswld.com"
|
||||
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