diff --git a/config.py b/config.py new file mode 100644 index 0000000000000000000000000000000000000000..d8e980005c1bf70976e5ee8029e1b84f0b663a2a --- /dev/null +++ b/config.py @@ -0,0 +1,11 @@ +# 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'