C# (CSharp) Prototype.Service.Settings Namespace

Classes

Name Description
Environment This class retrives values from environment variables. If the requested variable is not found, then it will be pulled from the app config and set. This should allow the application to work with docker environment variables when run in a container, or app settings when run nativly in windows or whilst debugging or testing :-D