Skip to content

Commit

Permalink
remove --uri option
Browse files Browse the repository at this point in the history
  • Loading branch information
allanchau committed Jul 16, 2024
1 parent 311b378 commit 4681232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/c-mongo-connect-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const connectionStringWithAddress = ({
cmd.push(params);
}

return [...cmd, '--uri', `${url.href}/${name}`].join(' ');
return [...cmd, `${url.href}/${name}`].join(' ');
};

const connectionStringWithHost = ({ auth, host, name, params }) => {
Expand Down

0 comments on commit 4681232

Please sign in to comment.