Skip to content
Snippets Groups Projects
Commit 96d28ccc authored by Julian Rother's avatar Julian Rother
Browse files

Added default config

parent 089259b6
No related branches found
No related tags found
No related merge requests found
# 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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment