diff --git a/examples/config.py b/examples/config.py new file mode 100644 index 0000000000000000000000000000000000000000..ca8a381bea37aa9de3a5dbfbdee6d5d5fb8edc54 --- /dev/null +++ b/examples/config.py @@ -0,0 +1,8 @@ +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"