Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.5 KB

configuration.md

File metadata and controls

25 lines (18 loc) · 1.5 KB

Configuration

Documenting and explaining all configuration variables turns to be a daunting task, as goes as deep as explain-the-code-in-words. There is an ongoing effort in pruning and simplifying the configuration.

The de-facto configuration list is located in config.go.

You are undoubtedly interested in configuring some basic components: the backend database, hosts discoveries. You may choose to use Pseudo-GTID. You may want orchestrator to notify upon failure, or you may wish to run full blown automated recovery.

Use the following small steps to configure orchestrator:

Configuration sample file

For your convenience, this sample config is a redacted form of production orchestrator config at GitHub.