Fill in development .env template

master
Garrett Mills 4 years ago
parent 6975b4b09b
commit 9ffe5b3d46
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -1,4 +1,4 @@
APP_NAME=Flitter
APP_NAME="Fantasy Football"
APP_URL=http://localhost:8000/
SERVER_PORT=8000
@ -8,14 +8,16 @@ SERVER_PORT=8000
# 3 - Message
# 4 - Info
# 5 - Debug
LOGGING_LEVEL=2
LOGGING_LEVEL=10
DATABASE_HOST=127.0.0.1
DATABASE_HOST=cluster0.54a0p.mongodb.net
DATABASE_PORT=27017
DATABASE_NAME=flitter
DATABASE_NAME=football_dev1
# if true, specify DATABASE_USERNAME and DATABASE_PASSWORD
DATABASE_AUTH=false
DATABASE_AUTH=true
DATABASE_USERNAME=448developuser
DATABASE_PASSWORD=
# used to hash passwords and session keys
# should be randomly generated - require('uuid/v4')()
@ -23,7 +25,7 @@ SECRET=changeme
# production | development
# if development, errors are displayed in detail
ENVIRONMENT=production
ENVIRONMENT=development
# if true, the Express.js server will use the SSL
# certificate and key in the file to answer HTTPS

Loading…
Cancel
Save