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

examples/config: Formatting

parent b1f1d144
Branches
Tags 0.2.0
No related merge requests found
Pipeline #7009 passed
......@@ -10,9 +10,12 @@ SQLALCHEMY_DATABASE_URI = "postgresql+psycopg:///schilder2000"
# SQLALCHEMY_DATABASE_URI = "sqlite:///data/schilder2000.db" # Relative to instance directory
# SQLALCHEMY_DATABASE_URI = "mysql:///schilder2000"
# To generate a secret key:
# % python -c 'import secrets; print(secrets.token_hex())'
# SECRET_KEY = ... # Replace me!
TEMPLATES_AUTO_RELOAD = True
SCHILD_FOOTER = "Organization Without a Cool Acronym – O.W.C.A."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment