diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index d43af923a..96e969988 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -2,6 +2,7 @@ - Fixed a syntax error in Syndicated Content. - Fixed an infinite loop problem in Syndicated Content when no URLs were specified. + - Corrected an error in the built in WebGUI config file documentation. 6.7.4 - fix [ 1279861 ] POD errors in 6.7.3 diff --git a/etc/WebGUI.conf.original b/etc/WebGUI.conf.original index 9a8614f60..1b844065f 100644 --- a/etc/WebGUI.conf.original +++ b/etc/WebGUI.conf.original @@ -75,16 +75,16 @@ dbpass = password # increase WebGUI's read performance. #dbslave1 = dsn => DBI:mysql:www_example_com;host=dbslave1.example.com, \ -# dbuser => webgui, \ -# dbpass => password +# user => webgui, \ +# pass => password #dbslave2 = dsn => DBI:mysql:www_example_com;host=dbslave2.example.com, \ -# dbuser => webgui, \ -# dbpass => password +# user => webgui, \ +# pass => password #dbslave3 = dsn => DBI:mysql:www_example_com;host=dbslave3.example.com, \ -# dbuser => webgui, \ -# dbpass => password +# user => webgui, \ +# pass => password # Set this value if you wish to override all outbound emails to a specific # user for testing purposes.