Open naugtur opened 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.
I know that, I found it in the code. The issue here is a suggestion to add it to the docs (for future generations ;) ).
Sounds good. I will also put this info in the docs for it, just realized that folks might need to know this as well
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.