You've already forked snikket-web-portal
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.
6 lines
110 B
Bash
6 lines
110 B
Bash
layout python3
|
|
|
|
export QUART_APP='snikket_web:create_app()'
|
|
export QUART_ENV=development
|
|
export QUART_DEBUG=1
|