[freeside-commits] freeside/FS/FS Conf.pm,1.143,1.144
Ivan,,,
ivan at wavetail.420.am
Sun Nov 20 21:18:54 PST 2005
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv29161
Modified Files:
Conf.pm
Log Message:
add config values used by external RT integration
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -d -r1.143 -r1.144
--- Conf.pm 21 Oct 2005 15:21:37 -0000 1.143
+++ Conf.pm 21 Nov 2005 05:18:51 -0000 1.144
@@ -1526,6 +1526,21 @@
},
{
+ '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',
More information about the freeside-commits
mailing list