Document correct default nomad port (#9290)
This commit is contained in:
parent
152e535ddd
commit
0c65d11538
|
@ -27,7 +27,7 @@ The Config file has the following format (shown populated with default values):
|
|||
|
||||
```hcl
|
||||
nomad {
|
||||
address = "http://127.0.0.1:8500"
|
||||
address = "http://127.0.0.1:4646"
|
||||
token = ""
|
||||
region = ""
|
||||
ca_file = ""
|
||||
|
|
Loading…
Reference in New Issue