default: server: port: 3000 email: username: deathbill99@gmail.com password: 4seasondl database: host: 'localhost' port: 27017 development: database: db: 'dev_db' email: username: deathbill99@gmail.com password: 4seasondl test: database: db: 'test_db' email: username: deathbill99@gmail.com password: 4seasondl production: server: port: 8000 email: username: deathbill99@gmail.com password: 4seasondl database: db: 'prod_db' user: 'dbuser' password: 'pass' cache: dir: 'static'