This commit was generated by cvs2svn to compensate for changes in r4407,
[freeside.git] / rt / etc / RT_SiteConfig.pm
1 $RT::rtname = '%%%RT_DOMAIN%%%';
2 $RT::Organization = '%%%RT_DOMAIN%%%';
3
4 $RT::Timezone = '%%%RT_TIMEZONE%%%';
5
6 $RT::WebBaseURL = '';
7 $RT::WebPath = '/freeside/rt';
8
9 $RT::WebExternalAuth = 1;
10 $RT::WebFallbackToInternal = 1; #no
11 $RT::WebExternalAuto = 1;
12
13 $RT::URI::freeside::IntegrationType = 'Internal';
14 $RT::URI::freeside::URL = '%%%FREESIDE_URL%%%';
15
16 Set($DatabaseHost   , '');
17
18 #perl 5.8.0 - 5.8.2 experiment
19 #@EmailInputEncodings = qw(iso-8859-1 us-ascii utf-8); # unless (@EmailInputEncodings);
20 #Set($EmailOutputEncoding , 'iso-8859-1');
21
22 1;