hrms-api-backend/BMA.EHR.CheckInConsumer/appsettings.json

9 lines
197 B
JSON
Raw Permalink Normal View History

2024-08-19 16:00:00 +07:00
{
"Rabbit": {
"Host": "192.168.1.40",
"User": "admin",
2024-12-13 10:35:05 +07:00
"Password": "Test123456",
"Queue": "bma-checkin-queue"
2024-08-19 16:00:00 +07:00
},
"API": "https://localhost:7283/api/v1"
}