We should have a config file for applications include environment, config file, and default method.
The config file should be able to config the database, logging format and some Flask config.
Outcome:
be able to have some default config value
be able to read config file from default config path or environment variables.
be able to config logging format, default logging format applied
We should have a config file for applications include environment, config file, and default method. The config file should be able to config the database, logging format and some Flask config.
Outcome: