diff options
author | cvs2git <cvs2git> | 2004-12-02 10:18:36 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2004-12-02 10:18:36 +0000 |
commit | d8503dba9fa96923fb725dfc7f74042cec0ebfad (patch) | |
tree | e6acbc9f632491cb9c6a523c896ccc5ed38a6a83 /rt/etc/RT_SiteConfig.pm | |
parent | c582e92888b4a5553e1b4e5214cf35217e4a0cf0 (diff) | |
parent | 2e01e767e3ec53eca7193e4498a449d9d92b4f89 (diff) |
This commit was manufactured by cvs2svn to create tag 'BEFORE_RT_3_2_2'.BEFORE_RT_3_2_2
Diffstat (limited to 'rt/etc/RT_SiteConfig.pm')
-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; |