Skip to content

Commit

Permalink
Debug = False
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwages authored Dec 11, 2023
1 parent 6e5ffbf commit 310ec0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_djangonaut-space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
DJANGO_SETTINGS_MODULE: 'indymeet.settings.production'
APPINSIGHTS_INSTRUMENTATIONKEY: ${{ secrets.APPINSIGHTS_INSTRUMENTATIONKEY }}
APPLICATIONINSIGHTSAGENT_EXTENSION_ENABLED: 'true'
DEBUG: 'True'
DEBUG: 'False'
HOST: ${{ secrets.HOST }}
PASSWORD: ${{ secrets.PASSWORD }}
RECAPTCHA_PRIVATE_KEY: ${{ secrets.RECAPTCHA_PRIVATE_KEY }}
Expand Down

0 comments on commit 310ec0f

Please sign in to comment.