summaryrefslogtreecommitdiffstats
path: root/reports/brpt/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'reports/brpt/settings.py')
-rw-r--r--reports/brpt/settings.py14
1 files changed, 10 insertions, 4 deletions
diff --git a/reports/brpt/settings.py b/reports/brpt/settings.py
index bcdcdbd0b..cd93abccf 100644
--- a/reports/brpt/settings.py
+++ b/reports/brpt/settings.py
@@ -10,10 +10,16 @@ ADMINS = (
MANAGERS = ADMINS
-DATABASE_ENGINE = 'sqlite3' # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
-DATABASE_NAME = '/Users/joey/anl-mcs/dev/bcfg2/reports/brpt-db' # Or path to database file if using sqlite3.
-DATABASE_USER = '' # Not used with sqlite3.
-DATABASE_PASSWORD = '' # Not used with sqlite3.
+#DATABASE_ENGINE = 'sqlite3' # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
+#DATABASE_NAME = '/Users/joey/anl-mcs/dev/bcfg2/reports/brpt-db' # Or path to database file if using sqlite3.
+#DATABASE_USER = '' # Not used with sqlite3.
+#DATABASE_PASSWORD = '' # Not used with sqlite3.
+#DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
+#DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.
+DATABASE_ENGINE = 'mysql' # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
+DATABASE_NAME = 'brpt' # Or path to database file if using sqlite3.
+DATABASE_USER = 'brptadmin' # Not used with sqlite3.
+DATABASE_PASSWORD = 'sekret' # Not used with sqlite3.
DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.