This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues/pull-requests.
cutedb/webapp/config.py.dist

12 lines
218 B
Plaintext

# please change this to False in production environments
DEBUG = True
# make this unique
SECRET = "i need to be unique"
SITE_NAME = "Some Random Quote Database"
# sqlite database filename
DB_FILE = "cutedb.sqlite"