Skip to content

Commit

Permalink
doc: add comment about flag nature of env var.
Browse files Browse the repository at this point in the history
  • Loading branch information
like-a-bause committed Mar 14, 2023
1 parent fdf1099 commit 91c0f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quickstart/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 91c0f33

Please sign in to comment.