Environment variables / Secrets
How to manage secrets in a python app ?
.env
gitignore
.env.sample
python flat config file
2bis. python dict config file
config file (yaml, json, toml, ini)
secret manager server (eg. Vault)
config depending of the environement [production, development, testing]
take a look how flask is doing it