Chore: Environment variable to force ssl (#561)

Fixes: #558

Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
This commit is contained in:
Sojan Jose
2020-02-26 11:36:22 +05:30
committed by GitHub
parent 1f158aa193
commit 74f8a35cfc
3 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
SECRET_KEY_BASE=
# Force all access to the app over SSL, default is set to false
FORCE_SSL=
#redis config
REDIS_URL=redis://redis:6379