Skip to content

Commit

Permalink
Merge pull request #278 from TykTechnologies/fix-external-url-display
Browse files Browse the repository at this point in the history
display 'not configured' when no config is present
  • Loading branch information
davegarvey authored Sep 17, 2024
2 parents 42d151b + f8fa802 commit 8369e33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployments/tyk/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ ngrok_available=false
if ! grep -q "NGROK_AUTHTOKEN=" .env; then
log_message "Ngrok auth token is not set, so Ngrok will not be available"
log_message "To enable Ngrok, set the NGROK_AUTHTOKEN value in the Tyk Demo .env file"
ngrok_public_url="not configured"
else
log_message "Getting Ngrok public URL for Tyk Gateway"
ngrok_dashboard_url="http://localhost:4040"
Expand Down

0 comments on commit 8369e33

Please sign in to comment.