Fill in development .env template
This commit is contained in:
parent
6975b4b09b
commit
9ffe5b3d46
14
example.env
14
example.env
@ -1,4 +1,4 @@
|
|||||||
APP_NAME=Flitter
|
APP_NAME="Fantasy Football"
|
||||||
APP_URL=http://localhost:8000/
|
APP_URL=http://localhost:8000/
|
||||||
|
|
||||||
SERVER_PORT=8000
|
SERVER_PORT=8000
|
||||||
@ -8,14 +8,16 @@ SERVER_PORT=8000
|
|||||||
# 3 - Message
|
# 3 - Message
|
||||||
# 4 - Info
|
# 4 - Info
|
||||||
# 5 - Debug
|
# 5 - Debug
|
||||||
LOGGING_LEVEL=2
|
LOGGING_LEVEL=10
|
||||||
|
|
||||||
DATABASE_HOST=127.0.0.1
|
DATABASE_HOST=cluster0.54a0p.mongodb.net
|
||||||
DATABASE_PORT=27017
|
DATABASE_PORT=27017
|
||||||
DATABASE_NAME=flitter
|
DATABASE_NAME=football_dev1
|
||||||
|
|
||||||
# if true, specify DATABASE_USERNAME and DATABASE_PASSWORD
|
# 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
|
# used to hash passwords and session keys
|
||||||
# should be randomly generated - require('uuid/v4')()
|
# should be randomly generated - require('uuid/v4')()
|
||||||
@ -23,7 +25,7 @@ SECRET=changeme
|
|||||||
|
|
||||||
# production | development
|
# production | development
|
||||||
# if development, errors are displayed in detail
|
# if development, errors are displayed in detail
|
||||||
ENVIRONMENT=production
|
ENVIRONMENT=development
|
||||||
|
|
||||||
# if true, the Express.js server will use the SSL
|
# if true, the Express.js server will use the SSL
|
||||||
# certificate and key in the file to answer HTTPS
|
# certificate and key in the file to answer HTTPS
|
||||||
|
Loading…
Reference in New Issue
Block a user