From ef271412c61c68f700247d8400d9b362570abd1c Mon Sep 17 00:00:00 2001 From: flswld Date: Wed, 29 Mar 2023 17:28:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/anticheat/application.toml | 3 +++ docker-compose.yaml | 1 + 2 files changed, 4 insertions(+) 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: