mirror of https://gitee.com/bigwinds/arangodb
20 lines
441 B
Markdown
20 lines
441 B
Markdown
|
|
|
|
@brief global agency prefix
|
|
`--cluster.agency-prefix prefix`
|
|
|
|
The global key prefix used in all requests to the agency. The specified
|
|
prefix will become part of each agency key. Specifying the key prefix
|
|
allows managing multiple ArangoDB clusters with the same agency
|
|
server(s).
|
|
|
|
*prefix* must consist of the letters *a-z*, *A-Z* and the digits *0-9*
|
|
only. Specifying a prefix is mandatory.
|
|
|
|
@EXAMPLES
|
|
|
|
```
|
|
--cluster.prefix mycluster
|
|
```
|
|
|