Skip to content

Commit

Permalink
Debugging cms url
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed Dec 6, 2024
1 parent 3a46125 commit 9fc2470
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lagoon/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ fi

# Make sure the DPL CMS graphql schema endpoint is set in application
cms_url=$(getLagoonUrl nginx)

echo "!! cms url: $cms_url"
if [ -z "$cms_url" ]; then
echo "Error: Unable to determine CMS URL"
exit 1
Expand Down

0 comments on commit 9fc2470

Please sign in to comment.