From 5fc9794638b172fac19932435c01a4457fa5010a Mon Sep 17 00:00:00 2001 From: Owen Cabalceta Date: Mon, 1 Apr 2024 08:07:57 -0400 Subject: [PATCH] bug: example/default config should work without additional edits --- scytale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scytale.yaml b/scytale.yaml index 55bc36f..1da4a80 100644 --- a/scytale.yaml +++ b/scytale.yaml @@ -232,7 +232,7 @@ fanout: # Authorization is the Basic Auth token to use for each request. # (Optional) defaults to no auth token # WARNING: This is an example auth token. DO NOT use this in production. - authorization: YXV0aEhlYWRlcg== + authorization: dXNlcjpwYXNz # transport is a way to overwrite the default golang http.Transport configuration. # defined https://golang.org/pkg/net/http/#Transport