Remove breaking change in constants.py, move default_config instead to run locally

This commit is contained in:
posij118 2024-02-05 21:27:35 +08:00
parent 11ec939510
commit 23a265b3c7

View File

@ -28,7 +28,7 @@ DB_TABLE_NAMES = [
DATABASE_SCHEMA_PATH = 'install/database_schema.sql'
DEFAULT_DB_CONFIG_PATH = 'install/default_db_config.yaml'
DEFAULT_CONFIG_PATH = '../install/default_config.yaml'
DEFAULT_CONFIG_PATH = 'install/default_config.yaml'
VARIANTS_JSON_URL = 'https://raw.githubusercontent.com/Hanabi-Live/hanabi-live/main/packages/game/src/json/variants.json'