mistaguy/ment

View on GitHub
example.env

Summary

Maintainability
Test Coverage
NODE_ENV=development

API_BASE='/api/v1/'
API_DOC_BASE='/api/'
DEFAULT_TIMEZONE='Europe/Prague'

JWT_SECRET='mysupersecrent'

DB_HOST='127.0.0.1'
DB_PORT='27017'
DB_AUTH='false'
DB_USER=''
DB_PASS=''