Update README

Signed-off-by: josh <josh.timmons@hashicorp.com>
This commit is contained in:
josh
2023-06-05 21:01:41 -04:00
parent 2de03da519
commit 60808ee54a
+2 -2
View File
@@ -40,8 +40,8 @@ Add configuration to your [`app-config.yaml`](https://github.com/backstage/backs
```yaml
nomad:
addr: http://localhost:4646
token: 70d707b6-3d45-472e-8639-6b15770c19b8
addr: 'http://localhost:4646'
token: '70d707b6-3d45-472e-8639-6b15770c19b8'
```
The `token` can be excluded if [ACLs are not enabled](https://developer.hashicorp.com/nomad/api-docs#authentication).