From 60808ee54ada2a96affe0d9ca258a793d9c8733b Mon Sep 17 00:00:00 2001 From: josh Date: Mon, 5 Jun 2023 21:01:41 -0400 Subject: [PATCH] Update README Signed-off-by: josh --- plugins/nomad/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).