-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
Documentation: Add configuration instructions #70
Comments
I agree this should be documented better, but this is already configurable: https://github.com/outr/scarango/blob/master/driver/src/main/scala/com/outr/arango/core/ArangoDBConfig.scala#L10 When you instantiate the {
"arangodb": {
"username": "root",
"password": "password"
}
} Or you can specify via environment variables: If you're up to creating a PR to add this to the README that would certainly be welcome. |
@nhooey I'm closing this for lack of response. Please open a new ticket if you need further assistance. |
The documentation still doesn't have configuration instructions. |
That's fair. |
The documentation could use some configuration instructions, like defining the host and port of the ArangoDB instance.
Having configuration for timeouts would be great as well, including defaults.
The text was updated successfully, but these errors were encountered: