adding .env file

This commit is contained in:
2026-06-02 15:30:22 +05:30
parent e66a801f55
commit da1e74751e
2 changed files with 3 additions and 1 deletions

3
.env 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"

1
.gitignore vendored
View File

@@ -3,7 +3,6 @@ __pycache__/
*.pyc
*.pyo
*.pyd
.env
logs.json
.DS_Store
.vscode/