updated event controllers and service event mtach tested

This commit is contained in:
2025-08-05 14:42:24 +03:00
parent aa8f0b8f31
commit 9232da69d3
57 changed files with 1699 additions and 180 deletions

View File

@@ -5,6 +5,7 @@ MONGO_PORT=27017
MONGO_USER=appuser
MONGO_AUTH_DB=appdb
MONGO_PASSWORD=apppassword
MONGO_URL=mongodb://appuser:apppassword@10.10.2.13:27017/appdb
POSTGRES_USER=postgres
POSTGRES_PASSWORD=password