keep hostname first
[myplc.git] / default_config.xml
index 04fac35..8dd0266 100644 (file)
@@ -627,9 +627,14 @@ $Id$
           <value/>
           <description>The IP address of the RT server.</description>
         </variable>
+        <variable id="cc_address" type="email">
+          <name>CC Email Address</name>
+          <value>root+cclist@localhost.localdomain</value>
+          <description>All messages from Monitor will be copied to this address.</description>
+        </variable>
         <variable id="web_user" type="string">
           <name>root</name>
-          <value>localhost.localdomain</value>
+          <value>root</value>
           <description>Username of a privileged user in RT who can create
                  tickets in the queue named PLC_MONITOR_RT_QUEUE.</description>
         </variable>
@@ -638,6 +643,11 @@ $Id$
           <value>password</value>
           <description>Password for RT web user.</description>
         </variable>
+        <variable id="dbpassword" type="password">
+          <name>Database Password</name>
+          <value></value>
+          <description>Password to use when accessing the RT database.</description>
+        </variable>
       </variablelist>
     </category>
   </variables>