Re-adds mongodb default values.

Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/65653a59
Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/65653a59
Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/65653a59

Branch: refs/heads/fulltextsearch
Commit: 65653a59e4884f5f8d6d2cbffa07fbb6fdbbc2c6
Parents: 3f4a57d
Author: Yuri Zelikov <[email protected]>
Authored: Wed Aug 27 20:54:22 2014 +0300
Committer: Yuri Zelikov <[email protected]>
Committed: Wed Aug 27 20:54:22 2014 +0300

----------------------------------------------------------------------
 server-config.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/65653a59/server-config.xml
----------------------------------------------------------------------
diff --git a/server-config.xml b/server-config.xml
index 652a26d..8068844 100644
--- a/server-config.xml
+++ b/server-config.xml
@@ -62,6 +62,9 @@
   <property name="profile_fetcher_type" value="gravatar" />
   <property name="enable_profiling" value="false" />
   <property name="solr_base_url" value="http://localhost:8983/solr"; />
+  <property name="mongodb_host" value="127.0.0.1" />
+  <property name="mongodb_port" value="27017" />
+  <property name="mongodb_database" value="wiab" />
 
   <!-- Properties for server.federation.config -->
   <property name="xmpp_server_secret" value="opensesame" />

Reply via email to