Document correct default nomad port (#9290)

This commit is contained in:
Byron Wolfman 2020-11-06 16:37:36 -05:00 committed by GitHub
parent 152e535ddd
commit 0c65d11538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ The Config file has the following format (shown populated with default values):
```hcl ```hcl
nomad { nomad {
address = "http://127.0.0.1:8500" address = "http://127.0.0.1:4646"
token = "" token = ""
region = "" region = ""
ca_file = "" ca_file = ""