fix: Flip production/development NODE_ENV logic

closes #1548
This commit is contained in:
Tom Moor
2020-09-16 00:13:12 -07:00
parent ac8f0ebaac
commit e30adbaac2
2 changed files with 16 additions and 16 deletions

View File

@@ -14,7 +14,7 @@ URL=http://localhost:3000
PORT=3000
# enforce (auto redirect to) https in production, (optional) default is true.
# set to false if your SSL is terminated at a loadbalancer, for example
# set to false if your SSL is terminated at a loadbalancer, for example
FORCE_HTTPS=true
ENABLE_UPDATES=true