add config values used by external RT integration
authorivan <ivan>
Mon, 21 Nov 2005 05:18:51 +0000 (05:18 +0000)
committerivan <ivan>
Mon, 21 Nov 2005 05:18:51 +0000 (05:18 +0000)
FS/FS/Conf.pm

index 4edcb99..dbc44ce 100644 (file)
@@ -1526,6 +1526,21 @@ httemplate/docs/config.html
   },
 
   {
+    'key'         => 'ticket_system-rt_external_datasrc',
+    'section'     => '',
+    'description' => 'With external RT integration, the DBI data source for the external RT installation, for example, <code>DBI:Pg:user=rt_user;password=rt_word;host=rt.example.com;dbname=rt</code>',
+    'type'        => 'text',
+
+  },
+
+  {
+    'key'         => 'ticket_system-rt_external_url',
+    'section'     => '',
+    'description' => 'With external RT integration, the URL for the external RT installation, for example, <code>https://rt.example.com/rt</code>',
+    'type'        => 'text',
+  },
+
+  {
     'key'         => 'company_name',
     'section'     => 'required',
     'description' => 'Your company name',