NODE_ENV=development
PORT=3000
ADMIN_PORT=3001
LISTENING_ADDR=0.0.0.0
MONGODB_URL=<your mongodb url>
# Log levels: error, warn, info, verbose, debug, silly
CONSOLE_LOG_LEVEL=debug
FILE_LOG_LEVEL=warn
An example of the MONGODB_URL is:
MONGODB_URL=mongodb://username:[email protected]:43683/hcexample
Follow HiCoder Web Framework User Guide for more instructions