From c8445162356bef7008115722a474c88b1be84c98 Mon Sep 17 00:00:00 2001 From: MT Lewis Date: Thu, 25 Nov 2021 12:22:52 +0000 Subject: [PATCH] docs: fix reference to backend-to-backend auth tutorial docs Signed-off-by: MT Lewis --- app-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-config.yaml b/app-config.yaml index 08dd2837e4..d3dad59c2f 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -24,7 +24,7 @@ app: 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} baseUrl: http://localhost:7007