summaryrefslogtreecommitdiff
path: root/rt/etc/RT_SiteConfig.pm
diff options
context:
space:
mode:
Diffstat (limited to 'rt/etc/RT_SiteConfig.pm')
-rw-r--r--rt/etc/RT_SiteConfig.pm13
1 files changed, 0 insertions, 13 deletions
diff --git a/rt/etc/RT_SiteConfig.pm b/rt/etc/RT_SiteConfig.pm
deleted file mode 100644
index 572a2baf6..000000000
--- a/rt/etc/RT_SiteConfig.pm
+++ /dev/null
@@ -1,13 +0,0 @@
-$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;