Skip to content

Commit

Permalink
use docker secrets aware
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Feb 3, 2025
1 parent b45206b commit 05f5a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
BASE_DIR = Path(__file__).resolve(strict=True).parent.parent.parent
# metadata_catalogue/
APPS_DIR = BASE_DIR / "metadata_catalogue"
env = environ.Env()
env = environ.FileAwareEnv()

READ_DOT_ENV_FILE = env.bool("DJANGO_READ_DOT_ENV_FILE", default=False)
if READ_DOT_ENV_FILE:
Expand Down

0 comments on commit 05f5a20

Please sign in to comment.