example.configΒΆ

config.py

Parameters for example API flask app

For secure installation, ALWAYS override default secrets specified here

Most immutable constants are defined in constants.py rather than here: this file is for values that can be updated by a restart (meaning that values copied to persistent storage such as redis/mariadb must be defined there and NOT here)

created 31-mar-2019 by richb@instantlinux.net