Info
Version: | 1.0.0 |
Author(s): | Steven Schermerhorn |
Last Update: | Sunday, April 1, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ischyrus/EnvironmentConfiguration |
NuGet Url: | https://www.nuget.org/packages/EnvironmentConfiguration |
Install
Install-Package EnvironmentConfiguration
dotnet add package EnvironmentConfiguration
paket add EnvironmentConfiguration
EnvironmentConfiguration Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration(>= 2.0.0)
- Microsoft.Extensions.Configuration.FileExtensions(>= 2.0.0)
Tags
This has been extremely useful to me when building services that are hosted with docker in services such as kubernetes and ECS where environment variables are the easiest way to configuration instances.
Please feel free to provide feedback and issues via GitHub issues and\or make pull requests.