Skip to content

Commit

Permalink
Merge pull request #8494 from hashicorp/b-fix-snapshot-agent-example-…
Browse files Browse the repository at this point in the history
…config-file

docs: fix snapshot agent example config file syntax and values.
  • Loading branch information
jrasell committed Jul 22, 2020
2 parents 59d5e84 + 762efec commit e8c0deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/docs/commands/operator/snapshot-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand All @@ -46,7 +46,7 @@ snapshot {
deregister_after = "72h"
lock_key = "nomad-snapshot/lock"
max_failures = 3
name_prefix = "nomad"
prefix = "nomad"
}
log {
Expand Down

0 comments on commit e8c0deb

Please sign in to comment.