diff options
author | ivan <ivan> | 2004-04-08 12:00:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-04-08 12:00:05 +0000 |
commit | ce41102169513f44c89a1e9bddfb250b29f239bb (patch) | |
tree | d26724eccae1e1451cad5fd1d59e6af344f2269b /rt/etc | |
parent | 60083c565ce36609c46bbe935ecc31ca97a59210 (diff) |
beginning of RT integration
Diffstat (limited to 'rt/etc')
-rw-r--r-- | rt/etc/RT_SiteConfig.pm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rt/etc/RT_SiteConfig.pm b/rt/etc/RT_SiteConfig.pm index 0afc6045c..572a2baf6 100644 --- a/rt/etc/RT_SiteConfig.pm +++ b/rt/etc/RT_SiteConfig.pm @@ -1 +1,13 @@ +$RT::rtname = '%%%RT_DOMAIN%%%'; +$RT::Organization = '%%%RT_DOMAIN%%%'; + +$RT::Timezone = '%%%RT_TIMEZONE%%%'; + +$RT::WebBaseURL = ''; +$RT::WebPath = '/freeside/rt'; + +$RT::WebExternalAuth = 1; +$RT::WebFallbackToInternal = 1; #no +$RT::WebExternalAuto = 1; + 1; |