Skip to content

Commit

Permalink
Disable debug mode on prod install
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Jan 2, 2025
1 parent 86d6eaa commit 0cb9ffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm-charts/app/prod/prod.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ frx-challenges:
CSRF_TRUSTED_ORIGINS:
- https://cellmapchallenge.2i2c.cloud
- https://cellmapchallenge.janelia.org
DEBUG: True
# Disable debug mode for prod instance
DEBUG: False
SOCIALACCOUNT_PROVIDERS:
github:
APP:
Expand Down

0 comments on commit 0cb9ffc

Please sign in to comment.