Skip to content
Snippets Groups Projects
Commit bd163cfe authored by Alok Joshi's avatar Alok Joshi
Browse files

add spring profiles active

parent 2129343f
No related branches found
No related tags found
1 merge request!6Trusted ibm
......@@ -70,6 +70,7 @@ then
sed -i -e "s|CRON_JOB_IP_VAR|$CRON_JOB_IP|g" app.yaml
sed -i -e "s|LEGAL_HOSTNAME_VAR|$LEGAL_HOSTNAME|g" app.yaml
sed -i -e "s|REGION_VAR|$REGION|g" app.yaml
sed -i -e "s|ENVIRONMENT|$ENVIRONMENT|g" app.yaml
echo "Content of app.yaml:"
cat app.yaml
......
......@@ -38,3 +38,4 @@ env_variables:
CRON_JOB_IP: "CRON_JOB_IP_VAR"
LEGAL_HOSTNAME: "LEGAL_HOSTNAME_VAR"
REGION: "REGION_VAR"
SPRING_PROFILES_ACTIVE: 'ENVIRONMENT'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment