feat: introduce automated agent deployment script and environment configurations for centralized management

This commit is contained in:
2026-06-03 18:32:28 +05:30
parent da1e74751e
commit 39febf9aeb
5 changed files with 478 additions and 2 deletions

3
.env.production Normal file
View File

@@ -0,0 +1,3 @@
ROCKETCHAT_WEBHOOK_URL="https://text.seekright.com/hooks/6a0eb41ea88367bc6e101f0c/gvXfD8zSNRti43kEabqdE9tMCvNi9zAAoGfbao7cxcKbiW6R"
MONGODB_URI="mongodb://localhost:27017"
MONGODB_DB="rmm_db"