diff --git a/backend/wordwall/configuration.py b/backend/wordwall/configuration.py index dade51a..447c0bc 100644 --- a/backend/wordwall/configuration.py +++ b/backend/wordwall/configuration.py @@ -12,7 +12,7 @@ from simple_toml_configurator import Configuration -CONFIG_FILE_PATH = Path(os.getenv("CONFIG_FILE", "./config/app.conf")) +CONFIG_FILE_PATH = Path(os.getenv("CONFIG_FILE", "./config")) DEFAULT_CONFIGURATION = { "application": {