Skip to content

Commit

Permalink
Update openshift DIY environment variables
Browse files Browse the repository at this point in the history
Openshift has updated their environment variables for DIY cartridge.

Ref:
https://www.openshift.com/forums/openshift/openshiftinternalip-is-not-set#comment-31247
  • Loading branch information
glasslion committed Feb 11, 2014
1 parent 3b273bb commit d1e2c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .openshift/action_hooks/start
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PIDFILE=${OPENSHIFT_DATA_DIR}gunicorn.pid

# Execute gunicorn daemon

$GUNICORN_BIN $OPENSHIFT_INTERNAL_IP:$OPENSHIFT_INTERNAL_PORT \
$GUNICORN_BIN $OPENSHIFT_DIY_IP:$OPENSHIFT_DIY_PORT \
--daemon \
--workers=$WORKERS \
--pid=$PIDFILE \
Expand Down

0 comments on commit d1e2c2d

Please sign in to comment.