summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PythonTBC/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PythonTBC/settings.py b/PythonTBC/settings.py
index 7329074..a182395 100644
--- a/PythonTBC/settings.py
+++ b/PythonTBC/settings.py
@@ -19,7 +19,7 @@ DATABASES = {
'ENGINE': 'django.db.backends.mysql', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
'NAME': 'pythontbc', # Or path to database file if using sqlite3.
# The following settings are not used with sqlite3:
- 'USER': 'root',
+ 'USER': 'pythontbc',
'PASSWORD': DATABASE_PASSWORD,
'HOST': '', # Empty for localhost through domain sockets or '127.0.0.1' for localhost through TCP.
'PORT': '', # Set to empty string for default.