Created
June 2, 2016 03:19
-
-
Save dustymabe/2735d61e8c8f7a79eabbfaa4fdbc96db to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export HOSTIP=192.168.121.212 | |
export HELLO_PORT=13371 | |
export HOLA_PORT=13372 | |
export BONJOUR_PORT=13373 | |
export ALOHA_PORT=13374 | |
export NAMASTE_PORT=13375 | |
export OLA_PORT=13376 | |
export API_GATEWAY_PORT=13377 | |
export HYSTRIX_DASHBOARD_PORT=13378 | |
export TURBINE_SERVER_PORT=13379 | |
export ZIPKIN_MYSQL_PORT=13380 | |
export ZIPKIN_QUERY_PORT=13381 | |
export ZIPKIN_QUERY_ADMIN_PORT=13382 | |
export ZIPKIN_MYSQL_PORT=13383 | |
export FRONTEND_PORT=80 | |
export HELLOURL="http://${HOSTIP}:${HELLO_PORT}/api/hello" | |
export HELLOCHAINURL="http://${HOSTIP}:${HELLO_PORT}/api/hello-chaining" | |
export HOLAURL="http://${HOSTIP}:${HOLA_PORT}/api/hola" | |
export BONJOURURL="http://${HOSTIP}:${BONJOUR_PORT}/api/bonjour" | |
export ALOHAURL="http://${HOSTIP}:${ALOHA_PORT}/api/aloha" | |
export OLAURL="http://${HOSTIP}:${OLA_PORT}/api/ola" | |
export NAMASTEURL="http://${HOSTIP}:${NAMASTE_PORT}/api/namaste" | |
export APIGATEWAYURL="http://${HOSTIP}:${API_GATEWAY_PORT}/api" | |
export HYSTRIXDASHBOARDURL="http://${HOSTIP}:${HYSTRIX_DASHBOARD_PORT}" | |
export ZIPKINQUERYURL="http://${HOSTIP}:${ZIPKIN_QUERY_PORT}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment