curatedreels-deploy 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -119,9 +119,11 @@ The CLI will ask for your tokens one by one:
|
|
|
119
119
|
|
|
120
120
|
**MongoDB:**
|
|
121
121
|
```
|
|
122
|
-
? MongoDB connection URI: mongodb+srv://user:pass@cluster.mongodb.net/
|
|
122
|
+
? MongoDB connection URI: mongodb+srv://user:pass@cluster.mongodb.net/curatedreels
|
|
123
123
|
```
|
|
124
124
|
|
|
125
|
+
⚠️ **IMPORTANT:** Always add `/curatedreels` at the end of your MongoDB URI to specify the database name. This ensures all data is stored in a dedicated database.
|
|
126
|
+
|
|
125
127
|
**Telegram:**
|
|
126
128
|
```
|
|
127
129
|
? Telegram bot token: [paste the token from STEP 1]
|
|
@@ -293,7 +295,8 @@ All components connect automatically during deployment.
|
|
|
293
295
|
|
|
294
296
|
### "MongoDB connection failed"
|
|
295
297
|
- **IP Whitelist**: Go to MongoDB Atlas → Network Access → Add IP `0.0.0.0/0` (allow all)
|
|
296
|
-
- **Format**: Should look like `mongodb+srv://user:password@cluster.mongodb.net
|
|
298
|
+
- **Format**: Should look like `mongodb+srv://user:password@cluster.mongodb.net/curatedreels` (note the `/curatedreels` at the end)
|
|
299
|
+
- **Database Name**: Always append `/curatedreels` to specify the database name
|
|
297
300
|
- **Permissions**: Database user needs read/write access
|
|
298
301
|
|
|
299
302
|
### "Deployment limit exceeded"
|