Default to noop tokenManager and no backend secret

Signed-off-by: Nataliya Issayeva <nissayeva@users.noreply.github.com>
This commit is contained in:
Nataliya Issayeva
2021-11-12 15:41:21 -05:00
parent c35abaadee
commit 83aa387b62
9 changed files with 103 additions and 34 deletions
+3 -2
View File
@@ -24,8 +24,9 @@ app:
backend:
# Used for enabling authorization, secret is shared by all backend plugins
authorization:
secret: ${BACKEND_SECRET}
# See authenticate-api-requests.md in the contrib docs for information on the format
# authorization:
# secret: ${BACKEND_SECRET}
baseUrl: http://localhost:7000
listen:
port: 7000