You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by zh...@apache.org on 2011/07/14 07:12:12 UTC

svn commit: r1146559 - /incubator/rave/trunk/rave-portal/pom.xml

Author: zhguo
Date: Thu Jul 14 05:12:12 2011
New Revision: 1146559

URL: http://svn.apache.org/viewvc?rev=1146559&view=rev
Log:
RAVE-45: Portal host/ip configuration (Non-localhost support)
https://issues.apache.org/jira/browse/RAVE-45

Set default value of *shindig.host* to localhost.


Modified:
    incubator/rave/trunk/rave-portal/pom.xml

Modified: incubator/rave/trunk/rave-portal/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-portal/pom.xml?rev=1146559&r1=1146558&r2=1146559&view=diff
==============================================================================
--- incubator/rave/trunk/rave-portal/pom.xml (original)
+++ incubator/rave/trunk/rave-portal/pom.xml Thu Jul 14 05:12:12 2011
@@ -291,7 +291,7 @@
                             </url>
                         </zipUrlInstaller>
                         <systemProperties>
-                          <shindig.host>wave1.zhenhua.info</shindig.host>
+                          <shindig.host>localhost</shindig.host>
                         </systemProperties>
                     </container>
                 </configuration>