From: Stephen Soltesz Date: Fri, 13 May 2011 18:31:33 +0000 (-0400) Subject: Added parameters for monitor's dbhost,dbuser, and dbname X-Git-Tag: myplc-5.0-18~3^2 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=0e19db34c9647c1264874b889118923d7c2036b6 Added parameters for monitor's dbhost,dbuser, and dbname --- diff --git a/default_config.xml b/default_config.xml index 3ced370..94d4ab5 100644 --- a/default_config.xml +++ b/default_config.xml @@ -746,6 +746,21 @@ $URL$ support All messages from Monitor will be copied to this address. + + Database Hostname + localhost + The hostname for the monitor database. + + + Database User + monitoruser + The username for connecting to the monitor database. + + + Database Name + monitor + Name of monitor database. + Database Password