master
Nick Sergeant 2016-11-30 00:10:35 -05:00
parent f973b2521a
commit 87507ed7cb
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=True`
- `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=True`
- `heroku config:add USE_SSL=true`