Skip to content

Commit

Permalink
production update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nar0kan committed Jul 3, 2023
1 parent a0e5345 commit d26f028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingotcrm/ingotcrm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

BASE_DIR = Path(__file__).resolve().parent.parent

READ_DOT_ENV_FILE = env.bool('READ_DOT_ENV_FILE', default=True) # False in production
READ_DOT_ENV_FILE = env.bool('READ_DOT_ENV_FILE', default=False) # False in production

if READ_DOT_ENV_FILE:
environ.Env.read_env(os.path.join(BASE_DIR / "ingotcrm", '.env'))
Expand Down

0 comments on commit d26f028

Please sign in to comment.