mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 15:32:26 +08:00
读取角色配置表
This commit is contained in:
24
cmd/gs/.gitignore
vendored
24
cmd/gs/.gitignore
vendored
@@ -1,24 +0,0 @@
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Test binary, built with `go test -c`
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
# Dependency directories (remove the comment below to include it)
|
||||
# vendor/
|
||||
|
||||
# GoLand
|
||||
.idea
|
||||
*.iml
|
||||
|
||||
# Binaries file
|
||||
bin
|
||||
|
||||
GameDataConfigTable
|
||||
@@ -1,5 +1,6 @@
|
||||
[hk4e]
|
||||
resource_path = "./GameDataConfigTable"
|
||||
game_data_config_path = "./game_data_config"
|
||||
gacha_history_server = "https://hk4e.flswld.com/api/v1"
|
||||
|
||||
[logger]
|
||||
@@ -11,4 +12,4 @@ track_line = true
|
||||
url = "mongodb://mongo:27017"
|
||||
|
||||
[mq]
|
||||
nats_url = "nats://nats1:4222,nats://nats2:4222,nats://nats3:4222"
|
||||
nats_url = "nats://nats:4222"
|
||||
|
||||
Reference in New Issue
Block a user