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

8 lines
159 B
JSON
Raw Normal View History

2024-08-19 16:00:00 +07:00
{
"Rabbit": {
"Host": "192.168.1.40",
"User": "admin",
"Password": "Test123456"
},
"API": "https://localhost:7283/api/v1"
}