summaryrefslogtreecommitdiffstats
path: root/settings_local.py.dist
diff options
context:
space:
mode:
Diffstat (limited to 'settings_local.py.dist')
-rwxr-xr-xsettings_local.py.dist7
1 files changed, 3 insertions, 4 deletions
diff --git a/settings_local.py.dist b/settings_local.py.dist
index 8fc7dc34..fb96e461 100755
--- a/settings_local.py.dist
+++ b/settings_local.py.dist
@@ -29,11 +29,10 @@ DEBUG = False
TEMPLATE_DEBUG = DEBUG
INTERNAL_IPS = ('127.0.0.1',)
-DATABASE_NAME = 'osqa.db' # Or path to database file if using sqlite3.
-DATABASE_USER = '' # Not used with sqlite3.
+DATABASE_NAME = 'osqa' # Or path to database file if using sqlite3.
+DATABASE_USER = 'osqa' # Not used with sqlite3.
DATABASE_PASSWORD = '' # Not used with sqlite3.
-#DATABASE_ENGINE = 'mysql' #mysql, etc
-DATABASE_ENGINE = 'sqlite3' #mysql, etc
+DATABASE_ENGINE = 'mysql' #mysql, etc
DATABASE_HOST = ''
DATABASE_PORT = ''