We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was able to find out that I need to set databaseUrl in setings, but how is access configured? Are there any other options?
databaseUrl
This information should be also referenced (or put) in the https://github.com/jivesoftware/jive-sdk/blob/master/docs/high-avail.md doc.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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
https://community.jivesoftware.com/docs/DOC-102894
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: