diff --git a/README.md b/README.md index 5b81715..6a7a7d5 100644 --- a/README.md +++ b/README.md @@ -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`