Environment variables

General environments

Variable
Type
Require
Description

DEBUG

Int

Allow debug log to be showing, and flask will auto reload when debug is set to 1, 0 mean disabled and shut be run with this config in production.

MongoDB environments

Variable
Type
Require
Description

MONGO_URI

String

Connection to MongoDB

Last updated

Was this helpful?