We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51920e7 commit 16405b2Copy full SHA for 16405b2
packages/compass-collection/src/components/mock-data-generator-modal/script-screen.tsx
@@ -16,9 +16,9 @@ import {
16
import { useConnectionInfo } from '@mongodb-js/compass-connections/provider';
17
18
const RUN_SCRIPT_COMMAND = `
19
-mongosh "mongodb+srv://<your-cluster>.mongodb.net/mockDataDB" \\
20
- --username <yourUsername> \\
21
- --password "<yourPassword>" \\
+mongosh "mongodb+srv://<your-cluster>.mongodb.net/<your-database>" \\
+ --username <your-username> \\
+ --password "<your-password>" \\
22
mockdatascript.js
23
`;
24
0 commit comments