From f5c43945eb2b0251d7c18139cc740e1956c7b53c Mon Sep 17 00:00:00 2001 From: MT Lewis Date: Fri, 26 Nov 2021 12:35:09 +0000 Subject: [PATCH] create-app: update backend-to-backend auth comment in app-config template Signed-off-by: MT Lewis --- .../create-app/templates/default-app/app-config.yaml.hbs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/create-app/templates/default-app/app-config.yaml.hbs b/packages/create-app/templates/default-app/app-config.yaml.hbs index 44bae0ff26..4b495ed957 100644 --- a/packages/create-app/templates/default-app/app-config.yaml.hbs +++ b/packages/create-app/templates/default-app/app-config.yaml.hbs @@ -7,9 +7,10 @@ organization: backend: # Used for enabling authentication, secret is shared by all backend plugins - # See authenticate-api-requests.md in the contrib docs for information on the format + # See backend-to-backend-auth.md in the docs for information on the format # auth: - # secret: ${BACKEND_SECRET} + # keys: + # - secret: ${BACKEND_SECRET} baseUrl: http://localhost:7007 listen: port: 7007