thangchung / magazine-website

:mouse: A magazine website (using .NET Core, ASP.NET Core, EF Core) with DDD, CQRS, microservices, asynchronous programming applied...
https://github.com/thangchung/magazine-website
178 stars 51 forks source link

Find a solution for centralization the config files into one place like spring cloud config #3

Closed thangchung closed 8 years ago

thangchung commented 8 years ago

Problem: At the moment, the config files put in many places in many projects, then it can make the config duplicated. Solution: Need a way to central all config files into one place.

dungvt commented 6 years ago

Hi @thangchung, Seem dose this feature not be applied?

thangchung commented 6 years ago

@dungvt Hi Dung, I have done that and config files now put at https://github.com/thangchung/magazine-website/tree/dotnetcore/src/Config, but this project was out of date