You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2014/09/20 17:40:09 UTC

svn commit: r1626461 - /ofbiz/branches/release13.07/framework/webapp/config/url.properties

Author: ashish
Date: Sat Sep 20 15:40:09 2014
New Revision: 1626461

URL: http://svn.apache.org/r1626461
Log:
Reverting unwanted changes. :-( 

Modified:
    ofbiz/branches/release13.07/framework/webapp/config/url.properties

Modified: ofbiz/branches/release13.07/framework/webapp/config/url.properties
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/framework/webapp/config/url.properties?rev=1626461&r1=1626460&r2=1626461&view=diff
==============================================================================
--- ofbiz/branches/release13.07/framework/webapp/config/url.properties (original)
+++ ofbiz/branches/release13.07/framework/webapp/config/url.properties Sat Sep 20 15:40:09 2014
@@ -22,11 +22,11 @@
 
 # HTTPS Port (Secure port)
 port.https.enabled=Y
-port.https=28443
+port.https=8443
 force.https.host=
 
 # HTTP Port (Not Secure port)
-port.http=28080
+port.http=8080
 force.http.host=
 
 # Static Content URLs to make it easy to move the serving load for static content to other machines