diff --git a/cmd/anticheat/application.toml b/cmd/anticheat/application.toml index 1ce79624..4c645f9c 100644 --- a/cmd/anticheat/application.toml +++ b/cmd/anticheat/application.toml @@ -1,3 +1,6 @@ +[hk4e] +game_data_config_path = "./game_data_config" + [logger] level = "DEBUG" mode = "CONSOLE" diff --git a/docker-compose.yaml b/docker-compose.yaml index 29f6750d..ec1a39f9 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -81,6 +81,7 @@ services: - /etc/timezone:/etc/timezone - /usr/share/zoneinfo:/usr/share/zoneinfo - ./anticheat/bin/application.toml:/anticheat/application.toml + - ../gdconf/game_data_config:/anticheat/game_data_config depends_on: - gate_services deploy: