Skip to content
Snippets Groups Projects
Unverified Commit 53d622c3 authored by Marc Kohaupt's avatar Marc Kohaupt Committed by GitHub
Browse files

Clarify `bin/start` debug output (#5252)

parent 812dcfb6
Branches
Tags
No related merge requests found
...@@ -19,11 +19,11 @@ RDPORT=${TXADDR[1]:-6379} ...@@ -19,11 +19,11 @@ RDPORT=${TXADDR[1]:-6379}
echo "Greenlight-v3 starting on port: $PORT" echo "Greenlight-v3 starting on port: $PORT"
echo $PGHOST echo "Postgres host: $PGHOST"
echo $PGPORT echo "Postgres port: $PGPORT"
echo $RDHOST echo "Redis host: $RDHOST"
echo $RDPORT echo "Redis port: $RDPORT"
if [ "$RAILS_ENV" = "production" ]; then if [ "$RAILS_ENV" = "production" ]; then
while ! nc -zw3 $PGHOST $PGPORT while ! nc -zw3 $PGHOST $PGPORT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment