Something went wrong on our end
Select Git revision
config.py.example
-
Julian Rother authoredJulian Rother authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
config.py.example 299 B
# Config for testing purposes only, don't run this in production!
DEBUG = True
#MYSQL_HOST = 'localhost'
#MYSQL_USER = 'videoag'
#MYSQL_PASSWD = 'somuchsecret'
#MYSQL_DB = 'videos'
#DB_ENGINE = 'mysql'
SQLITE_DB = 'db.sqlite'
DB_ENGINE = 'sqlite'
SQLITE_INIT_SCHEMA = True
SQLITE_INIT_DATA = True