From a3000c908e38e9916f871494cd7ee5ec74ffe57b Mon Sep 17 00:00:00 2001 From: Yami An Date: Mon, 17 Jul 2023 22:11:20 +0700 Subject: [PATCH] Update appsettings.Production.json --- host/YANLib.HttpApi.Host/appsettings.Production.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/YANLib.HttpApi.Host/appsettings.Production.json b/host/YANLib.HttpApi.Host/appsettings.Production.json index de2021dc..21a99aeb 100644 --- a/host/YANLib.HttpApi.Host/appsettings.Production.json +++ b/host/YANLib.HttpApi.Host/appsettings.Production.json @@ -78,7 +78,7 @@ // Serilog.Sinks.Elasticsearch "Name": "Elasticsearch", "Args": { - "nodeUris": "http://localhost:9200", + "nodeUris": "http://elasticsearch:9200", "connectionGlobalHeaders": "Authorization=Basic ZWxhc3RpYzphZG1pbjEyMw==", "indexFormat": "log-prod-yanlib-{0:yyyy.MM.dd}", "autoRegisterTemplate": true,