comparison pilot/setup.sh @ 172:65ad866531d3 hotfix/v1.2.1

USPSR-2856: create alias for apps in default network to allow integraation to use default network (instead of proxy, or other network)
author smith@nwoca.org
date Tue, 05 Sep 2017 20:11:35 +0100
parents 29c7c4c4e891
children 10c139726e68
comparison
equal deleted inserted replaced
169:2d71e4c24606 172:65ad866531d3
125 echo "USPS_APIKEY=$usps_key" >> .env 125 echo "USPS_APIKEY=$usps_key" >> .env
126 echo "Created integration API keys. Enable integration modules after applications start" 126 echo "Created integration API keys. Enable integration modules after applications start"
127 fi 127 fi
128 fi 128 fi
129 129
130 if [ "$USAS_APP_HOST" == "" ]
131 then
132 echo "USAS_APP_HOST=usasapp-svr" >> .env
133 fi
134
135 if [ "$USPS_APP_HOST" == "" ]
136 then
137 echo "USPS_APP_HOST=uspsapp-svr" >> .env
138 fi
139
130 echo "Review or create a docker-compose.override.yml for custom settings." 140 echo "Review or create a docker-compose.override.yml for custom settings."
131 141