Files
snikket-web-portal/.envrc
Jonas Schäfer e0cfcc6aaa 12-factorize application a little
snikket_web can now be fully configured via the environment alone,
no extra files needed. It is still supported to inject a python
file to generate environment variables though, which may be
useful for generating and reloading a secret key.
2021-01-17 20:11:26 +01:00

6 lines
110 B
Bash

layout python3
export QUART_APP='snikket_web:create_app()'
export QUART_ENV=development
export QUART_DEBUG=1