diff --git a/configuration/replication.md b/configuration/replication.md index b9dc62d1..18ff9775 100644 --- a/configuration/replication.md +++ b/configuration/replication.md @@ -105,6 +105,7 @@ Replication is controlled by the "Replication" configuration group in the gravwe | Peer | Peer=10.0.0.1:9406 | Designates a remote system acting as a replication storage node. Multiple Peers can be specified. | | Listen-Address | Listen-Address=10.0.0.101:9406 | Designates the address to which the replication system should bind. Default is to listen on all addresses on TCP port 9406. | | Storage-Location | Storage-Location=/mnt/storage/gravwell/replication | Designates the full path to use for replication storage. | +| Database-Path | Database-Path=/mnt/storage/gravwell/replication/replication.db | Optional override to specify the location of the replication DB. If blank a default name will be used within the `Storage-Location` directory. | | Max-Replicated-Data-GB | Max-Replicated-Data-GB=4096 | Designates the maximum amount of storage the replication system will consume, in this case 4TB. | | Replication-Secret-Override | Replication-Secret-Override=replicationsecret | Overrides the authentication token used when establishing connections to replication peers. By default the "Control-Auth" token from the Global configuration group is used. | | Disable-TLS | Disable-TLS=true | Disables TLS communication between replication peers. Defaults to false (TLS enabled). |