Merge pull request #8494 from hashicorp/b-fix-snapshot-agent-example-config-file

docs: fix snapshot agent example config file syntax and values.
This commit is contained in:
James Rasell 2020-07-22 14:09:11 +02:00 committed by GitHub
commit b391ec2a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 {