From ba25492fc45c3a2d06292fda5eb168c1dc871105 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Wed, 22 Jul 2020 13:30:18 +0200 Subject: [PATCH] docs: fix snapshot agent example config file syntax and values. --- website/pages/docs/commands/operator/snapshot-agent.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/docs/commands/operator/snapshot-agent.mdx b/website/pages/docs/commands/operator/snapshot-agent.mdx index 0cbf47996..109939637 100644 --- a/website/pages/docs/commands/operator/snapshot-agent.mdx +++ b/website/pages/docs/commands/operator/snapshot-agent.mdx @@ -27,7 +27,7 @@ The Config file has the following format (shown populated with default values): ```hcl nomad { - http_addr = "127.0.0.1:8500" + http_addr = "http://127.0.0.1:8500" token = "" region = "" ca_file = "" @@ -46,7 +46,7 @@ snapshot { deregister_after = "72h" lock_key = "nomad-snapshot/lock" max_failures = 3 - name_prefix = "nomad" + prefix = "nomad" } log {