Skip to content

Commit

Permalink
ALS-6408: Update spring profile name for bdc auth (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed May 8, 2024
1 parent d20e775 commit 57248d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-infrastructure/scripts/auth_hpds-user_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 57248d1

Please sign in to comment.