Add prodev_tasks.py script and update skill with DB integration

This commit is contained in:
Connor Rhodes 2026-05-22 16:08:43 +00:00
parent d7dfb6c0e2
commit 2df14f1694
3 changed files with 75 additions and 2 deletions

View file

@ -14,7 +14,7 @@ Connect to and interact with the MongoDB instance using Python (`pymongo`) with
- **Port**: `35563`
- **Username**: `root`
- **Password**: `3wwfoUjyk2E2zWELXFlLuHqfw1ALlOp4pb2H5Vq3TImbMIHL2h1u8Jej2mjzCPl`
- **Connection string**: `mongodb://root:3wwfoUjyk2E2zWELXFlLuHqfw1ALlOp4pb2H5Vq3TImbMIHL2h1u8Jej2mjzCPl@docdb.connorrhodes.com:35563`
- **Connection string**: `mongodb://root:3wwfoUjyk2E2zWELXFlLuHqfw1ALlOp4pb2H5Vq3TImbMIHL2h1u8Jej2mjzCPl@docdb.connorrhodes.com:35563?tls=true&tlsAllowInvalidCertificates=true`
## How to Run Scripts