From 4c0f2815882d60b3990147ca0d68c4c0b4a5b766 Mon Sep 17 00:00:00 2001 From: Tim Laszlo Date: Tue, 7 Aug 2012 13:47:54 -0500 Subject: Update web config documents --- doc/appendix/guides/web-reports-install.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/appendix/guides/web-reports-install.txt') diff --git a/doc/appendix/guides/web-reports-install.txt b/doc/appendix/guides/web-reports-install.txt index c03682974..489a7673d 100644 --- a/doc/appendix/guides/web-reports-install.txt +++ b/doc/appendix/guides/web-reports-install.txt @@ -52,18 +52,18 @@ then have something like this:: [statistics] sendmailpath = /usr/lib/sendmail - database_engine = sqlite3 + + [database] + engine = sqlite3 # 'postgresql', 'mysql', 'mysql_old', 'sqlite3' or 'ado_mssql'. - database_name = - # Or path to database file if using sqlite3. - #/etc/brpt.sqlite is default path if left empty - database_user = + name = + user = # Not used with sqlite3. - database_password = + password = # Not used with sqlite3. - database_host = + host = # Not used with sqlite3. - database_port = + port = Restart apache and point a browser to your Bcfg2 server. -- cgit v1.2.3-1-g7c22