diff options
author | ivan <ivan> | 2005-11-21 05:18:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-11-21 05:18:51 +0000 |
commit | e578e26d32012f3bafb9070e53b6970852c62448 (patch) | |
tree | 8fe80dfcf6dd5edd6179dbce17cadb5e7dbaae65 /FS | |
parent | ae042530347d0ba3615d2d91f283e729d80eee67 (diff) |
add config values used by external RT integration
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 15 |
1 files changed, 15 insertions, 0 deletions
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, <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', |