mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-17 04:04:21 +01:00
778 B
778 B
sidebar_position, title
| sidebar_position | title |
|---|---|
| 4 | Configure the Coordinator |
The Coordinator can be configured by exporting environment variables at startup, or by adding a configuration file to its datadir.
Configure with environment variables
The following table lists all the environment variables available, along with a brief description and their default values:
| Name | Description | Default Value |
|---|---|---|
| ARK_COORDINATOR_DATADIR | Let's you change the service's datadir path | ~/.coordinatord (Linux).~/Library/Application\ Support/Coordinatord (MacOS). |
Configure with file
You can configure the Coordinator by adding a config.json file to its datadir.
Below, you can see all the props you can add to the config file:
{
//TBD
}