summaryrefslogtreecommitdiffstats
path: root/doc/reports
diff options
context:
space:
mode:
authorTim Laszlo <tim.laszlo@gmail.com>2012-08-07 13:47:54 -0500
committerTim Laszlo <tim.laszlo@gmail.com>2012-08-07 13:47:54 -0500
commit4c0f2815882d60b3990147ca0d68c4c0b4a5b766 (patch)
tree4f42c2f6ce1207c3eac1c469c31a86a33c49c484 /doc/reports
parent5b3ffd488a8b5f727a531a3b7c3ca419bb53d04e (diff)
downloadbcfg2-4c0f2815882d60b3990147ca0d68c4c0b4a5b766.tar.gz
bcfg2-4c0f2815882d60b3990147ca0d68c4c0b4a5b766.tar.bz2
bcfg2-4c0f2815882d60b3990147ca0d68c4c0b4a5b766.zip
Update web config documents
Diffstat (limited to 'doc/reports')
-rw-r--r--doc/reports/dynamic.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/reports/dynamic.txt b/doc/reports/dynamic.txt
index 8267bffe3..99cce43a2 100644
--- a/doc/reports/dynamic.txt
+++ b/doc/reports/dynamic.txt
@@ -120,19 +120,19 @@ Notes on Alternative Databases
------------------------------
If you choose to use a different database, you'll need to edit
-``/etc/bcfg2.conf``. These fields should be updated in the [statistics]
+``/etc/bcfg2.conf``. These fields should be updated in the [database]
section:
-* database_engine
+* engine
- * ex: database_engine = mysql
- * ex: database_engine = postgresql_psycopg2
+ * ex: engine = mysql
+ * ex: engine = postgresql_psycopg2
-* database_name
-* database_user
-* database_password
-* database_host
-* database_port (optional)
+* name
+* user
+* password
+* host
+* port (optional)
Summary and Features
====================