Skip to content

Commit

Permalink
fix(api): add external_url while a replacement is found for auth/stud…
Browse files Browse the repository at this point in the history
…io (#2634)
  • Loading branch information
StanGirard authored Aug 23, 2024
1 parent 9c1f9f2 commit 8fa065f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8fa065f

Please sign in to comment.