[Rt-commit] r2518 - in rt/branches/3.4-RELEASE: . etc

jesse at bestpractical.com jesse at bestpractical.com
Sun Mar 27 01:33:43 EST 2005


Author: jesse
Date: Sun Mar 27 01:33:43 2005
New Revision: 2518

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm
Log:
 r10223 at hualien:  jesse | 2005-03-27 14:33:12 +0800
 RT-Ticket: 6566
 RT-Status: resolved
 RT-Update: correspond
 
 * Added a bit of documentation to RT_SiteConfig.pm -- Thanks to David Glasser
 


Modified: rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm
==============================================================================
--- rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm	(original)
+++ rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm	Sun Mar 27 01:33:43 2005
@@ -1 +1,19 @@
+# Any configuration directives you include  here will override 
+# RT's default configuration file, RT_Config.pm
+#
+# To include a directive here, just copy the equivalent statement
+# from RT_Config.pm and change the value. We've included a single
+# sample value below.
+#
+# This file is actually a perl module, so you can include valid
+# perl code, as well.
+#
+# The converse is also true, if this file isn't valid perl, you're
+# going to run into trouble. To check your SiteConfig file, use
+# this comamnd:
+#
+#   perl -C /opt/rt3/etc/RT_SiteConfig.pm
+
+Set( rtname => 'example.com');
+
 1;


More information about the Rt-commit mailing list