fix: update image retrieval logic in LeaveController and adjust RabbitMQ configuration in appsettings
Some checks failed
release-dev / release-dev (push) Failing after 13s

#2138
This commit is contained in:
Suphonchai Phoonsawat 2025-12-18 14:08:05 +07:00
parent d6497a5d51
commit d5c2c54eaa
3 changed files with 12 additions and 9 deletions

View file

@ -50,12 +50,11 @@
"API": "https://bma-ehr.frappet.synology.me/api/v1/probation"
},
"Rabbit": {
"Host": "192.168.1.40",
"API": "https://bma-ehr.frappet.synology.me/api/v1",
"Host": "192.168.1.63",
"User": "admin",
"Password": "Test123456",
"Queue": "bma-checkin-queue",
"URL": "https://edm-mq.frappet.synology.me/api/queues/%2F/"
"Password": "12345678",
"Queue": "hrms-checkin-queue",
"URL": "http://192.168.1.63:9122/api/queues/%2F/"
},
"Mail": {
"Server": "mail.bangkok.go.th",