Skip to content

Commit

Permalink
Merge pull request #3 from Tynab/develop
Browse files Browse the repository at this point in the history
Update appsettings.Production.json
  • Loading branch information
Tynab committed Jul 17, 2023
2 parents 4633aa6 + a3000c9 commit fbb54d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/YANLib.HttpApi.Host/appsettings.Production.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fbb54d9

Please sign in to comment.