jivesoftware / jive-persistence-mongo

0 stars 2 forks source link

Requesting configuration docs #1

Open naugtur opened 10 years ago

naugtur commented 10 years ago

I was able to find out that I need to set databaseUrl in setings, but how is access configured? Are there any other options?

This information should be also referenced (or put) in the https://github.com/jivesoftware/jive-sdk/blob/master/docs/high-avail.md doc.

rachoac commented 10 years ago

You set the standard mongodb connection uri in databaseUrl: see http://docs.mongodb.org/manual/reference/connection-string

Alternately you can set the same value as part of an environment variable called DB_URI.

naugtur commented 10 years ago

I know that, I found it in the code. The issue here is a suggestion to add it to the docs (for future generations ;) ).

rachoac commented 10 years ago

Sounds good. I will also put this info in the docs for it, just realized that folks might need to know this as well

https://community.jivesoftware.com/docs/DOC-102894