diff --git a/plugins/nomad/README.md b/plugins/nomad/README.md index 593888f64c..aa93b57f07 100644 --- a/plugins/nomad/README.md +++ b/plugins/nomad/README.md @@ -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).