Reorganized RT->Freeside integration to support Internal (single RT/Freeside database...
[freeside.git] / rt / etc / RT_SiteConfig.pm
index 0afc604..3c37a41 100644 (file)
@@ -1 +1,15 @@
+$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;
+
+$RT::URI::freeside::IntegrationType = 'Internal';
+
 1;