diff 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
line wrap: on
line diff
--- a/pilot/setup.sh	Fri Aug 18 19:24:01 2017 +0100
+++ b/pilot/setup.sh	Tue Sep 05 20:11:35 2017 +0100
@@ -127,5 +127,15 @@
    fi
 fi
 
+if [ "$USAS_APP_HOST" == "" ]
+then
+   echo "USAS_APP_HOST=usasapp-svr"   >> .env
+fi
+
+if [ "$USPS_APP_HOST" == "" ]
+then
+   echo "USPS_APP_HOST=uspsapp-svr"   >> .env
+fi
+
 echo "Review or create a docker-compose.override.yml for custom settings."