1 # Any configuration directives you include here will override
2 # RT's default configuration file, RT_Config.pm
4 # To include a directive here, just copy the equivalent statement
5 # from RT_Config.pm and change the value. We've included a single
8 # This file is actually a perl module, so you can include valid
11 # The converse is also true, if this file isn't valid perl, you're
12 # going to run into trouble. To check your SiteConfig file, use
15 # perl -c /path/to/your/etc/RT_SiteConfig.pm
17 #Set( $rtname, 'example.com');
19 # These settings should have been inserted by the initial Freeside install.
20 # Sometimes you may want to change domain, timezone, or freeside::URL later,
21 # everything else should probably stay untouched.
23 Set($rtname, '%%%RT_DOMAIN%%%');
24 Set($Organization, '%%%RT_DOMAIN%%%');
26 Set($Timezone, '%%%RT_TIMEZONE%%%');
28 Set($WebExternalAuth, 1);
29 Set($WebFallbackToInternal, 1); #no
30 Set($WebExternalAuto, 1);
32 $RT::URI::freeside::IntegrationType = 'Internal';
33 $RT::URI::freeside::URL = '%%%FREESIDE_URL%%%';
35 $RT::URI::freeside::URL =~ m(^(https?://[^/]+)(/.*)?$)i;
37 Set($WebPath, "$2/rt");
39 Set($DatabaseHost , '');
41 # These settings are user-editable.
43 Set($UsernameFormat, 'verbose'); #back to concise to hide email addresses
46 #Set($DefaultSummaryRows, 10);
48 Set($MessageBoxWidth, 80);
49 Set($MessageBoxRichTextHeight, 368);
51 #redirects to ticket display on quick create
52 #Set($DisplayTicketAfterQuickCreate, 1);
54 #Set(@Plugins,(qw(Extension::QuickDelete RT::FM)));