Skip to content

Commit

Permalink
add missing env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Dec 15, 2023
1 parent 07a18b2 commit 0eff586
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,8 @@ if [ $CLEAR_DATA == "yes" ] ; then
ELASTICSEARCH_ADMIN_PASSWORD=$ELASTICSEARCH_SUPERUSER_PASSWORD \
MONGODB_ADMIN_USER=$MONGODB_ADMIN_USER \
MONGODB_ADMIN_PASSWORD=$MONGODB_ADMIN_PASSWORD \
MINIO_ROOT_USER=$MINIO_ROOT_USER \
MINIO_ROOT_PASSWORD=$MINIO_ROOT_PASSWORD \
/opt/opencrvs/infrastructure/clear-all-data.sh $REPLICAS"

echo
Expand Down

0 comments on commit 0eff586

Please sign in to comment.