Skip to content

Commit

Permalink
env_mode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
G-D4R3 committed Jul 5, 2024
1 parent 28b3cb0 commit 1a23ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WAKe_server/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

if ENV_SETTINGS_MODE is None:
ENV_MODE = 'local'
elif 'devel' in ENV_SETTINGS_MODE:
elif 'dev' in ENV_SETTINGS_MODE:
ENV_MODE = 'dev'
else:
ENV_MODE = 'local'
Expand Down

0 comments on commit 1a23ac9

Please sign in to comment.