Skip to content

Commit

Permalink
DEBUG = False (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwages authored Dec 11, 2023
1 parent 310ec0f commit b82aca6
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: 'False'
DEBUG: False
HOST: ${{ secrets.HOST }}
PASSWORD: ${{ secrets.PASSWORD }}
RECAPTCHA_PRIVATE_KEY: ${{ secrets.RECAPTCHA_PRIVATE_KEY }}
Expand Down

0 comments on commit b82aca6

Please sign in to comment.