Skip to content
Oleg Karasik edited this page Mar 15, 2019 · 8 revisions

Welcome to the CoherentSolutions.Extensions.Configuration.AnyWhere project Wiki!

Here you can find technical information, tutorials and sample applications.

About

CoherentSolutions.Extensions.Configuration.AnyWhere is the extension to Microsoft.Extensions.Configuration that allows application to setup it's configuration sources using environment variables.

Getting Started

The best place to get started is README.md.

Samples

  • Defining Configuration Sources - This sample demonstrates a minimal console application that consumes configuration from .json configuration file, from directory using key-per-file approach or from environment variables.

Clone this wiki locally