svn commit: r1618368 - /ofbiz/trunk/framework/webapp/config/url.properties

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1618368 - /ofbiz/trunk/framework/webapp/config/url.properties

ashish-18
Author: ashish
Date: Sat Aug 16 14:43:05 2014
New Revision: 1618368

URL: http://svn.apache.org/r1618368
Log:
Reverting the changes that I mistakenly committed in trunk r1618325.

Modified:
    ofbiz/trunk/framework/webapp/config/url.properties

Modified: ofbiz/trunk/framework/webapp/config/url.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/config/url.properties?rev=1618368&r1=1618367&r2=1618368&view=diff
==============================================================================
--- ofbiz/trunk/framework/webapp/config/url.properties (original)
+++ ofbiz/trunk/framework/webapp/config/url.properties Sat Aug 16 14:43:05 2014
@@ -22,11 +22,11 @@
 
 # HTTPS Port (Secure port)
 port.https.enabled=Y
-port.https=38443
+port.https=8443
 force.https.host=
 
 # HTTP Port (Not Secure port)
-port.http=38080
+port.http=8080
 force.http.host=
 
 # Static Content URLs to make it easy to move the serving load for static content to other machines