summaryrefslogtreecommitdiff
path: root/rt/etc/RT_SiteConfig.pm
blob: 572a2baf6a9ac753e9c3fe70ef9e14c179cd86e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;