From e578e26d32012f3bafb9070e53b6970852c62448 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 21 Nov 2005 05:18:51 +0000 Subject: [PATCH] add config values used by external RT integration --- FS/FS/Conf.pm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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', -- 2.11.0