2020-11-01 19:04:18 +00:00
|
|
|
APP_NAME="Fantasy Football"
|
2020-11-01 18:50:03 +00:00
|
|
|
APP_URL=http://localhost:8000/
|
|
|
|
|
|
|
|
SERVER_PORT=8000
|
|
|
|
|
|
|
|
# 1 - Error/Success
|
|
|
|
# 2 - Warning
|
|
|
|
# 3 - Message
|
|
|
|
# 4 - Info
|
|
|
|
# 5 - Debug
|
2020-11-01 19:04:18 +00:00
|
|
|
LOGGING_LEVEL=10
|
2020-11-01 18:50:03 +00:00
|
|
|
|
2020-11-01 19:04:18 +00:00
|
|
|
DATABASE_HOST=cluster0.54a0p.mongodb.net
|
2020-11-01 18:50:03 +00:00
|
|
|
DATABASE_PORT=27017
|
2020-11-01 19:04:18 +00:00
|
|
|
DATABASE_NAME=football_dev1
|
2020-11-01 18:50:03 +00:00
|
|
|
|
|
|
|
# if true, specify DATABASE_USERNAME and DATABASE_PASSWORD
|
2020-11-01 19:04:18 +00:00
|
|
|
DATABASE_AUTH=true
|
|
|
|
DATABASE_USERNAME=448developuser
|
|
|
|
DATABASE_PASSWORD=
|
2020-11-01 18:50:03 +00:00
|
|
|
|
|
|
|
# used to hash passwords and session keys
|
|
|
|
# should be randomly generated - require('uuid/v4')()
|
|
|
|
SECRET=changeme
|
|
|
|
|
|
|
|
# production | development
|
|
|
|
# if development, errors are displayed in detail
|
2020-11-01 19:04:18 +00:00
|
|
|
ENVIRONMENT=development
|
2020-11-01 18:50:03 +00:00
|
|
|
|
|
|
|
# if true, the Express.js server will use the SSL
|
|
|
|
# certificate and key in the file to answer HTTPS
|
|
|
|
# requests on the specified port
|
|
|
|
SSL_ENABLE=false
|
|
|
|
SSL_CERT_FILE=cert.pem
|
|
|
|
SSL_KEY_FILE=cert.key
|