mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'sharding' of https://github.com/triAGENS/ArangoDB into sharding
This commit is contained in:
commit
4e98ca48ea
|
@ -234,6 +234,10 @@ function fillConfigWithDefaults (config, defaultConfig) {
|
||||||
/// - `allowDBservers`, which is a boolean value indicating
|
/// - `allowDBservers`, which is a boolean value indicating
|
||||||
/// whether or not DBservers should be started on this dispatcher,
|
/// whether or not DBservers should be started on this dispatcher,
|
||||||
/// the default is `true`
|
/// 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
|
/// If `.dispatchers` is empty (no property), then an entry for the
|
||||||
/// local arangod itself is automatically added. Note that if the
|
/// local arangod itself is automatically added. Note that if the
|
||||||
|
|
Loading…
Reference in New Issue