summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/bcfg2.conf30
1 files changed, 4 insertions, 26 deletions
diff --git a/examples/bcfg2.conf b/examples/bcfg2.conf
index 5963406f7..cac424576 100644
--- a/examples/bcfg2.conf
+++ b/examples/bcfg2.conf
@@ -1,30 +1,8 @@
-[server]
-repository = /var/lib/bcfg2
-plugins = Base,Bundler,Cfg,Metadata,Pkgmgr,Rules,SSHbase
-
-[statistics]
-sendmailpath = /usr/lib/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
-password = test1234
-certificate = /etc/bcfg2.crt
-key = /etc/bcfg2.key
-ca = /etc/bcfg2.crt
+password = foobat
+# certificate = /etc/bcfg2.key
+# key = /etc/bcfg2.key
[components]
-bcfg2 = https://localhost.localdomain:6789
+bcfg2 = https://localhost:6789