diff --git a/example.env b/example.env index 5472b37..633d04f 100644 --- a/example.env +++ b/example.env @@ -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