From 8fa065f5b8f5f16d76e8d242de1cdd759a7f5f78 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Fri, 23 Aug 2024 20:48:04 +0200 Subject: [PATCH] fix(api): add external_url while a replacement is found for auth/studio (#2634) --- pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/config.go b/pkg/config/config.go index 984b9a587..5935addf4 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -145,7 +145,7 @@ type ( MaxRows uint `toml:"max_rows"` Tls tlsKong `toml:"tls"` // TODO: replace [auth|studio].api_url - ExternalUrl string `toml:"-"` + ExternalUrl string `toml:"external_url"` } tlsKong struct {