chore: add env parameter for enforce https (#1042)
* env parameter for enforce https * Update app.js fix format for multi-line condition * Update app.js fix code format * Update app.js
This commit is contained in:
@@ -11,6 +11,8 @@ REDIS_URL=redis://redis:6379
|
||||
|
||||
URL=http://localhost:3000
|
||||
PORT=3000
|
||||
# enforce https in production mode (optional - default is true)
|
||||
# FORCE_HTTPS=true
|
||||
|
||||
DEPLOYMENT=self
|
||||
ENABLE_UPDATES=true
|
||||
|
||||
Reference in New Issue
Block a user