Skip to content

Commit

Permalink
feat: show generated configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 20, 2024
1 parent 8ba151c commit 1a6c22d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test-generate
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@ PROTO=${2:-http}
cat > .test.env <<EOT
URL=$PROTO://$IP:$PORT/
EOT

echo "Weblate will be running on $PROTO://$IP:$PORT/"
echo
echo "Weblate configuration (docker.compose.yml):"
cat docker-compose.yml

0 comments on commit 1a6c22d

Please sign in to comment.