1
0
Fork 0

Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding

This commit is contained in:
Michael Hackstein 2014-02-11 16:43:53 +01:00
commit 4e98ca48ea
1 changed files with 4 additions and 0 deletions

View File

@ -234,6 +234,10 @@ function fillConfigWithDefaults (config, defaultConfig) {
/// - `allowDBservers`, which is a boolean value indicating
/// whether or not DBservers should be started on this dispatcher,
/// the default is `true`
/// - `username`, which is a string that contains the user name
/// for authentication with this dispatcher, defaults to "root"
/// - `passwd`, which is a string that contains the password
/// for authentication with this dispatcher, defaults to empty
///
/// If `.dispatchers` is empty (no property), then an entry for the
/// local arangod itself is automatically added. Note that if the