add a cc_address parameter to add mailing-list watchers to default rt queues
[myplc.git] / default_config.xml
index e42547f..8dd0266 100644 (file)
@@ -627,6 +627,11 @@ $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>root</value>
@@ -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>