initialization.config#
Functions#
|
Main entry point of the module. |
Module Contents#
- initialization.config.init_config(app)[source]#
Main entry point of the module.
Some configuration comes from the
.envfile at the root of the application. The hardcoded config in this file is mostly configuration that will not vary across installations like turning on DEBUG mode in development.Full configuration reference: https://flask.palletsprojects.com/en/stable/config/