Skip to content

Commit

Permalink
🔧 🚑
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Jul 9, 2024
1 parent b6f833a commit 2d5c827
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion findmyorder/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
FindMyOrder Config
"""

import os

from dynaconf import Dynaconf
Expand All @@ -18,10 +19,13 @@
os.path.join(ROOT, "default_settings.toml"),
"talky_settings.toml",
"settings.toml",
".secrets.toml" ".op.toml",
".secrets.toml",
".op.toml",
],
# Load the.env file
load_dotenv=True,
# merge=True,
merge_enabled=True,
# Set the environments to True
environments=True,
# Set the default environment
Expand Down

0 comments on commit 2d5c827

Please sign in to comment.