From 91c0f33286944c3fd3e022b4dd26e23ab008b1c6 Mon Sep 17 00:00:00 2001 From: Felix Dubrownik Date: Tue, 14 Mar 2023 17:08:21 +0100 Subject: [PATCH] doc: add comment about flag nature of env var. --- quickstart/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/quickstart/main.go b/quickstart/main.go index bf37f105e..3f18cda25 100644 --- a/quickstart/main.go +++ b/quickstart/main.go @@ -24,6 +24,7 @@ func main() { hankoUrlInternal = value } + // This is handled as a "flag" if set to any value, conditional UI is enabled. _, conditionalUi := os.LookupEnv("HANKO_ENABLE_CONDITIONAL_UI") e := echo.New()