dotnet-architecture / eShopOnContainers

Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.

Home Page:https://dot.net/architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix typos on appsettings.json files

EngincanV opened this issue · comments

It should be LogstashUrl instead of LogstashgUrl. There are 20 files that repeat this typo and can be seen in search results: https://github.com/search?q=repo%3Adotnet-architecture%2FeShopOnContainers%20LogstashgUrl&type=code

it's not valid after #2107 is merged.