Skip to content

Commit

Permalink
Merge pull request #19 from quadproduction/change_mongo_db_uri
Browse files Browse the repository at this point in the history
Fix script for fetching FIX Settings (mongo db uri)
  • Loading branch information
BenSouchet authored Oct 19, 2023
2 parents dc78b2e + acd0ef3 commit ee14e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/fetch_settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ main () {
PORT=27017
elif [[ $choice == "2" || $choice == "fixstudio" ]]; then
COMPAGNY="fixstudio"
HOST="dockerquad"
PORT=27027
HOST="fixmongodb"
PORT=27017
else
echo -e "${BRed}!!!${RST} Invalid choice"
return 1
Expand Down

0 comments on commit ee14e32

Please sign in to comment.