Skip to content

Commit

Permalink
Enable canary mode in settings
Browse files Browse the repository at this point in the history
The settings file has been updated to enable the canary mode. With this change, we can deploy and test our latest features safely in a controlled environment.
  • Loading branch information
abdullai-t committed May 1, 2024
1 parent c6ecaa7 commit a786851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_main_/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

# Database selection, development DB unless one of these chosen
IS_PROD = False
IS_CANARY = False
IS_CANARY = True
IS_LOCAL = False

RUN_SERVER_LOCALLY = IS_LOCAL
Expand Down

0 comments on commit a786851

Please sign in to comment.