Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 41s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 41s
This commit is contained in:
commit
28b03f46fe
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,8 @@ namespace BMA.EHR.Recruit.Service.Core
|
|||
|
||||
Uri = _configuration["ElasticConfiguration:Uri"] ?? "http://192.168.1.40:9200";
|
||||
IndexFormat = _configuration["ElasticConfiguration:IndexFormat"] ?? "bma-ehr-log-index";
|
||||
SystemName = _configuration["ElasticConfiguration:SystemName"] ?? "Unknown";
|
||||
//SystemName = _configuration["ElasticConfiguration:SystemName"] ?? "Unknown";
|
||||
SystemName = "recruiting";
|
||||
}
|
||||
|
||||
protected async Task<string> GetExternalAPIAsync(string apiPath, string accessToken, string apiKey)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue