From: ivan Date: Mon, 21 Nov 2005 05:18:51 +0000 (+0000) Subject: add config values used by external RT integration X-Git-Tag: BEFORE_FINAL_MASONIZE~298 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e578e26d32012f3bafb9070e53b6970852c62448 add config values used by external RT integration --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 4edcb99c7..dbc44cec8 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -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, DBI:Pg:user=rt_user;password=rt_word;host=rt.example.com;dbname=rt', + 'type' => 'text', + + }, + + { + 'key' => 'ticket_system-rt_external_url', + 'section' => '', + 'description' => 'With external RT integration, the URL for the external RT installation, for example, https://rt.example.com/rt', + 'type' => 'text', + }, + + { 'key' => 'company_name', 'section' => 'required', 'description' => 'Your company name',