fix: update image retrieval logic in LeaveController and adjust RabbitMQ configuration in appsettings
Some checks failed
release-dev / release-dev (push) Failing after 13s
Some checks failed
release-dev / release-dev (push) Failing after 13s
#2138
This commit is contained in:
parent
d6497a5d51
commit
d5c2c54eaa
3 changed files with 12 additions and 9 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue