Skip to content

Commit

Permalink
fixed config path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
engineerjoe440 committed Sep 1, 2024
1 parent 077f12e commit f647620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/wordwall/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit f647620

Please # to comment.