master
Nick Sergeant 2016-11-29 23:34:49 -05:00
parent 3ad0bb0f5e
commit cc78a218ae
1 changed files with 2 additions and 2 deletions

View File

@ -55,9 +55,9 @@ If you want to disable user-facing signup:
If you want to enable Django's DEBUG mode:
- `heroku config:add DEBUG=False`
- `heroku config:add DEBUG=True`
If you want to enable SSL on a custom domain after you've configured your
Heroku SSL cert:
- `heroku config:add USE_SSL=False`
- `heroku config:add USE_SSL=True`