Update ElasticConfiguration URIs and IndexFormats in appsettings for Leave and Insignia
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m12s

This commit is contained in:
Suphonchai Phoonsawat 2026-01-22 12:24:27 +07:00
parent d945deae4f
commit 2b737de23b
3 changed files with 50 additions and 30 deletions

View file

@ -9,8 +9,8 @@
}
},
"ElasticConfiguration": {
"Uri": "http://192.168.1.40:9200",
"IndexFormat": "bma-ehr-log-index",
"Uri": "http://192.168.1.63:9200",
"IndexFormat": "hrms-log-index",
"SystemName": "leave"
},
"AllowedHosts": "*",