mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
init commit
This commit is contained in:
22
service/game-hk4e/cmd/application.toml
Normal file
22
service/game-hk4e/cmd/application.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[hk4e]
|
||||
resource_path = "/usr/local/game_hk4e/resources/GameDataConfigTable"
|
||||
gacha_history_server = "https://hk4e.flswld.com/api/v1"
|
||||
|
||||
[logger]
|
||||
level = "DEBUG"
|
||||
method = "CONSOLE"
|
||||
track_line = true
|
||||
|
||||
[air]
|
||||
addr = "air"
|
||||
port = 8086
|
||||
service_name = "game-hk4e-app"
|
||||
|
||||
[light]
|
||||
port = 10006
|
||||
|
||||
[database]
|
||||
url = "mongodb://mongo:27017"
|
||||
|
||||
[mq]
|
||||
nats_url = "nats://nats1:4222,nats://nats2:4222,nats://nats3:4222"
|
||||
Reference in New Issue
Block a user