[Rt-commit] r19564 - in rt/3.999/trunk: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu May 7 03:37:22 EDT 2009
Author: sunnavy
Date: Thu May 7 03:37:21 2009
New Revision: 19564
Modified:
rt/3.999/trunk/ (props changed)
rt/3.999/trunk/lib/RT/Config.pm
rt/3.999/trunk/lib/RT/Test.pm
Log:
r20991 at sunnavys-mb (orig r19438): sunnavy | 2009-05-05 14:42:45 +0800
clean Config.pm and Test.pm
Modified: rt/3.999/trunk/lib/RT/Config.pm
==============================================================================
--- rt/3.999/trunk/lib/RT/Config.pm (original)
+++ rt/3.999/trunk/lib/RT/Config.pm Thu May 7 03:37:21 2009
@@ -579,28 +579,6 @@
default: C<"">
-=item C<web_port>
-
-If we're running as a superuser, run on port 80
-Otherwise, pick a high port for this user.
-
-default: C<80>
-
-=item C<web_domain>
-
-you know what domain name is, right? ;)
-
-default: C<'localhost' >
-
-=item C<web_base_url>, C<web_url>
-
-This is the Scheme, server and port for constructing urls to webrt
-C<web_base_url> doesn't need a trailing /
-
-default: C<'http://{{web_domain}}:{{web_port}}'>
-
-default: C<'{{web_base_url}}{{web_path}}/'>
-
=item C<web_images_url>
C<web_images_url> points to the base URL where RT can find its images.
Modified: rt/3.999/trunk/lib/RT/Test.pm
==============================================================================
--- rt/3.999/trunk/lib/RT/Test.pm (original)
+++ rt/3.999/trunk/lib/RT/Test.pm Thu May 7 03:37:21 2009
@@ -120,8 +120,6 @@
require RT;
my $port = 999;
- RT->config->set( web_port => $port );
- RT->config->set( web_base_url => "http://localhost:$port" );
RT->config->set( log_to_screen => 'debug' );
RT->config->set( log_stack_traces => 'warning' );
RT->config->set( mail_command => 'testfile' );
More information about the Rt-commit
mailing list