hrms-api-backend/BMA.EHR.CheckInConsumer/appsettings.json
Suphonchai Phoonsawat a463df5716 Add migration to create CheckInJobStatuses table for RMQ task control
- Introduced a new migration that creates the CheckInJobStatuses table.
- The table includes fields for tracking job statuses, timestamps, user information, and error messages.
- Supports various statuses such as PENDING, PROCESSING, COMPLETED, and FAILED.
2026-01-20 10:49:13 +07:00

9 lines
179 B
JSON

{
"Rabbit": {
"Host": "192.168.1.63",
"User": "admin",
"Password": "12345678",
"Queue": "hrms-checkin-queue-dev"
},
"API": "https://localhost:7283/api/v1"
}