docs: fix snapshot agent example config file syntax and values.
This commit is contained in:
parent
e095a70bd6
commit
ba25492fc4
|
@ -27,7 +27,7 @@ The Config file has the following format (shown populated with default values):
|
||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
nomad {
|
nomad {
|
||||||
http_addr = "127.0.0.1:8500"
|
http_addr = "http://127.0.0.1:8500"
|
||||||
token = ""
|
token = ""
|
||||||
region = ""
|
region = ""
|
||||||
ca_file = ""
|
ca_file = ""
|
||||||
|
@ -46,7 +46,7 @@ snapshot {
|
||||||
deregister_after = "72h"
|
deregister_after = "72h"
|
||||||
lock_key = "nomad-snapshot/lock"
|
lock_key = "nomad-snapshot/lock"
|
||||||
max_failures = 3
|
max_failures = 3
|
||||||
name_prefix = "nomad"
|
prefix = "nomad"
|
||||||
}
|
}
|
||||||
|
|
||||||
log {
|
log {
|
||||||
|
|
Loading…
Reference in New Issue