Skip to content

Commit

Permalink
Merge pull request #63 from open-horizon/fix_start_mfg
Browse files Browse the repository at this point in the history
Fix typo in start-mfg.sh
  • Loading branch information
naphelps authored Feb 6, 2025
2 parents ba3ab7f + 730c48b commit 2ec7fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-mfg/start-mfg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ fi
# Start a DB container for FDO's manufacturer services
docker run -d \
-e "POSTGRES_DB=$FDO_MFG_DB" \
-e "POSTGRES_PASSWORD=$FDO_FDO_MFG_DB_PASSWORD" \
-e "POSTGRES_PASSWORD=$FDO_MFG_DB_PASSWORD" \
-e "POSTGRES_USER=$FDO_MFG_DB_USER" \
-e "POSTGRES_HOST_AUTH_METHOD=$POSTGRES_HOST_AUTH_METHOD" \
-e "POSTGRES_INITDB_ARGS=--auth-host=scram-sha-256 --auth-local=scram-sha-256" \
Expand Down

0 comments on commit 2ec7fba

Please sign in to comment.