Skip to content
Snippets Groups Projects
Commit e66aa31e authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Add example config

parent 91cc5c37
No related branches found
No related tags found
No related merge requests found
SQLALCHEMY_DATABASE_URI = "postgresql+psycopg:///schilder2000"
# To generate a secret key:
# % python -c 'import secrets; print(secrets.token_hex())'
SECRET_KEY = "abc123" # Replace me!
TEMPLATES_AUTO_RELOAD = True
SCHILD_FOOTER = "Organization Without a Cool Acronym – O.W.C.A."
SCHILD_LOGO = "img/owca.png"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment