[Rt-commit] r2935 - in rt/branches/3.4-RELEASE: . etc
jesse at bestpractical.com
jesse at bestpractical.com
Mon May 23 15:30:27 EDT 2005
Author: jesse
Date: Mon May 23 15:30:26 2005
New Revision: 2935
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
Log:
r17672 at hualien: jesse | 2005-05-23 15:22:51 -0400
* Switch the default WebURL to "localhost" to make the regression suite pass
more cleanly
Modified: rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/3.4-RELEASE/etc/RT_Config.pm.in (original)
+++ rt/branches/3.4-RELEASE/etc/RT_Config.pm.in Mon May 23 15:30:26 2005
@@ -284,7 +284,7 @@
# This is the Scheme, server and port for constructing urls to webrt
# $WebBaseURL doesn't need a trailing /
-Set($WebBaseURL , "http://RT::WebBaseURL.not.configured:80");
+Set($WebBaseURL , "http://localhost");
Set($WebURL , $WebBaseURL . $WebPath . "/");
More information about the Rt-commit
mailing list