From cc78a218ae55db8896a2fe639c2167dee94fe0ec Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Tue, 29 Nov 2016 23:34:49 -0500 Subject: [PATCH] Readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`