Skip to content

Commit

Permalink
disable debug toolbar in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed May 5, 2024
1 parent 3d1a685 commit 0f93875
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bma/environment_settings.py.ci
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,5 @@ CORS_ALLOWED_ORIGINS = [
BMA_CREATOR_GROUP_NAME = "creators"
BMA_MODERATOR_GROUP_NAME = "moderators"
BMA_CURATOR_GROUP_NAME = "curators"

DEBUG_TOOLBAR=False

0 comments on commit 0f93875

Please sign in to comment.