summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJoey Hagedorn <hagedorn@mcs.anl.gov>2007-06-25 21:49:10 +0000
committerJoey Hagedorn <hagedorn@mcs.anl.gov>2007-06-25 21:49:10 +0000
commit69ae493b872a61003b0ff53d69e23b669102f47e (patch)
treef542e105da78ee3bac156d4b10eb0e1dc2479afa /examples
parent5dc9881ac52e2a6cb9c326931a0e5c92f138c74f (diff)
downloadbcfg2-69ae493b872a61003b0ff53d69e23b669102f47e.tar.gz
bcfg2-69ae493b872a61003b0ff53d69e23b669102f47e.tar.bz2
bcfg2-69ae493b872a61003b0ff53d69e23b669102f47e.zip
moved reporting system configuration to /etc/bcfg2.conf
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3366 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'examples')
-rw-r--r--examples/bcfg2.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/bcfg2.conf b/examples/bcfg2.conf
index db3bb8a3f..da19e30d8 100644
--- a/examples/bcfg2.conf
+++ b/examples/bcfg2.conf
@@ -5,6 +5,20 @@ generators = SSHbase,Cfg,Pkgmgr,Svcmgr
[statistics]
sendmailpath = /usr/sbin/sendmail
+database_engine = sqlite3
+# 'postgresql', 'mysql', 'mysql_old', 'sqlite3' or 'ado_mssql'.
+database_name =
+# Or path to database file if using sqlite3.
+#<repository>/etc/brpt.sqlite is default path if left empty
+database_user =
+# Not used with sqlite3.
+database_password =
+# Not used with sqlite3.
+database_host =
+# Not used with sqlite3.
+database_port =
+# Set to empty string for default. Not used with sqlite3.
+web_debug = True
[communication]
protocol = xmlrpc/ssl