Remove useless comments

This commit is contained in:
Gabriel Augendre 2017-02-26 13:09:25 +01:00
parent dfb8ca7145
commit 830221f9b9
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1

View file

@ -43,10 +43,6 @@ CSRF_COOKIE_SECURE = ssl_required
CSRF_COOKIE_HTTPONLY = PROD
USE_X_FORWARDED_HOST = PROD
# We don't want to redirect but throw an error if no SSL in prod.
# See api.middleware.RejectHTTPMiddleware
# SECURE_SSL_REDIRECT = ssl_required
SECRET_KEY = os.getenv('SECRET_KEY', '+)2m1(7!+5-p-iazefib&8i7+a4^pod(èer!éç"fn,uo5)jhem(1-bo#p')
ALLOWED_HOSTS = ['localhost', '.herokuapp.com', '.augendre.info', 'refunds-web']