From 57248d1f08d7066a0649abde35ba2f0a5cafcc4e Mon Sep 17 00:00:00 2001 From: ramari16 Date: Wed, 8 May 2024 09:17:49 -0400 Subject: [PATCH] ALS-6408: Update spring profile name for bdc auth (#138) --- app-infrastructure/scripts/auth_hpds-user_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-infrastructure/scripts/auth_hpds-user_data.sh b/app-infrastructure/scripts/auth_hpds-user_data.sh index 8e7a543..f3283c0 100644 --- a/app-infrastructure/scripts/auth_hpds-user_data.sh +++ b/app-infrastructure/scripts/auth_hpds-user_data.sh @@ -45,7 +45,7 @@ sudo docker run --name=$CONTAINER_NAME \ --log-driver syslog --log-opt tag=auth-hpds \ -v /opt/local/hpds:/opt/local/hpds \ -p 8080:8080 \ - -e JAVA_OPTS=" -XX:+UseParallelGC -XX:SurvivorRatio=250 -Xms10g -Xmx128g -Dserver.port=8080 -Dspring.profiles.active=development -DCACHE_SIZE=2500 -DID_BATCH_SIZE=5000 -DALL_IDS_CONCEPT=NONE -DID_CUBE_NAME=NONE " \ + -e JAVA_OPTS=" -XX:+UseParallelGC -XX:SurvivorRatio=250 -Xms10g -Xmx128g -Dserver.port=8080 -Dspring.profiles.active=bdc-auth -DCACHE_SIZE=2500 -DID_BATCH_SIZE=5000 -DALL_IDS_CONCEPT=NONE -DID_CUBE_NAME=NONE " \ -d $HPDS_IMAGE echo "Waiting for container to initialize"