This repository has been archived on 2025-03-17. You can view files and clone it, but cannot push or open issues or pull requests.
website/config.py
Rupus Reinefjord a528892ac8 initial commit
2018-01-11 23:54:26 +01:00

11 lines
259 B
Python

SECRET_KEY = 'secret!'
TEMPLATES_AUTO_RELOAD = True
LOGIN = 'supersecretpassword'
DATABASE = 'sqlite:///instance/db.sqlite'
UPLOADS_DEFAULT_DEST = 'static/uploads'
UPLOADS_DEFAULT_URL = 'http://localhost:5000/static/uploads/'
AUTOPREFIXER_BIN = 'postcss'