Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf authored Mar 25, 2024
1 parent a3a4e86 commit 15eaf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

func main() {
idFile := getEnvOrDefault("OPENZITI_HEALTHCHECK_IDENTITY", "/opt/openziti/underlay-host-proxy/identity.json")
idFile := getEnvOrDefault("OPENZITI_HEALTHCHECK_IDENTITY", "/opt/openziti/healthcheck/identity.json")
port := getEnvOrDefault("OPENZITI_HEALTHCHECK_PROXY_PORT", "2171")
allowedPathRegex := getEnvOrDefault("OPENZITI_HEALTHCHECK_ALLOWED_PATH", "^[.*]$")
slog.Info("allowed path regex set", "regex", allowedPathRegex)
Expand Down

0 comments on commit 15eaf2b

Please sign in to comment.