import rt 3.6.4
[freeside.git] / rt / etc / RT_SiteConfig.pm
1 # Any configuration directives you include  here will override 
2 # RT's default configuration file, RT_Config.pm
3 #
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
6 # sample value below.
7 #
8 # This file is actually a perl module, so you can include valid
9 # perl code, as well.
10 #
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
13 # this comamnd:
14 #
15 #   perl -c /path/to/your/etc/RT_SiteConfig.pm
16
17 Set( $rtname, 'example.com');
18 1;