summaryrefslogtreecommitdiffstats
path: root/doc/appendix/guides/fedora.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/appendix/guides/fedora.txt')
-rw-r--r--doc/appendix/guides/fedora.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/appendix/guides/fedora.txt b/doc/appendix/guides/fedora.txt
index f8dea2192..1e49084ef 100644
--- a/doc/appendix/guides/fedora.txt
+++ b/doc/appendix/guides/fedora.txt
@@ -143,18 +143,20 @@ The ``bcfg2.conf`` file contains only standard plugins so far.
[statistics]
sendmailpath = /usr/lib/sendmail
- database_engine = sqlite3
+
+ [database]
+ engine = sqlite3
# 'postgresql', 'mysql', 'mysql_old', 'sqlite3' or 'ado_mssql'.
- database_name =
+ name =
# Or path to database file if using sqlite3.
#<repository>/etc/brpt.sqlite is default path if left empty
- database_user =
+ user =
# Not used with sqlite3.
- database_password =
+ password =
# Not used with sqlite3.
- database_host =
+ host =
# Not used with sqlite3.
- database_port =
+ port =
[communication]
protocol = xmlrpc/ssl