summaryrefslogtreecommitdiffstats
path: root/reports
diff options
context:
space:
mode:
authorJoey Hagedorn <hagedorn@mcs.anl.gov>2006-08-02 20:47:51 +0000
committerJoey Hagedorn <hagedorn@mcs.anl.gov>2006-08-02 20:47:51 +0000
commit18fada4b268e627ef757c2ceb063f40f3d9d3492 (patch)
tree96388758cbae95fc10f6c32eae0cd08bee5966a3 /reports
parent4f1bc68f101fd396a7556d84949850f12ba9a0db (diff)
downloadbcfg2-18fada4b268e627ef757c2ceb063f40f3d9d3492.tar.gz
bcfg2-18fada4b268e627ef757c2ceb063f40f3d9d3492.tar.bz2
bcfg2-18fada4b268e627ef757c2ceb063f40f3d9d3492.zip
NewReports: Resetting a default
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2030 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'reports')
-rw-r--r--reports/brpt/settings.py14
1 files changed, 4 insertions, 10 deletions
diff --git a/reports/brpt/settings.py b/reports/brpt/settings.py
index ea8dd5783..63a7132ab 100644
--- a/reports/brpt/settings.py
+++ b/reports/brpt/settings.py
@@ -13,16 +13,10 @@ ADMINS = (
MANAGERS = ADMINS
-#DATABASE_ENGINE = 'sqlite3' # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
-#DATABASE_NAME = sqlitedbpath # 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_ENGINE = 'sqlite3' # 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
+DATABASE_NAME = sqlitedbpath # 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.