Skip to content

Commit 16405b2

Browse files
committed
Better placeholders
1 parent 51920e7 commit 16405b2

File tree

1 file changed

+3
-3
lines changed
  • packages/compass-collection/src/components/mock-data-generator-modal

1 file changed

+3
-3
lines changed

packages/compass-collection/src/components/mock-data-generator-modal/script-screen.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ import {
1616
import { useConnectionInfo } from '@mongodb-js/compass-connections/provider';
1717

1818
const RUN_SCRIPT_COMMAND = `
19-
mongosh "mongodb+srv://<your-cluster>.mongodb.net/mockDataDB" \\
20-
--username <yourUsername> \\
21-
--password "<yourPassword>" \\
19+
mongosh "mongodb+srv://<your-cluster>.mongodb.net/<your-database>" \\
20+
--username <your-username> \\
21+
--password "<your-password>" \\
2222
mockdatascript.js
2323
`;
2424

0 commit comments

Comments
 (0)