Skip to content

Json Adapter

Oleg Karasik edited this page Jan 11, 2019 · 6 revisions

The adapter wraps the Microsoft.Extensions.Configuration.Json configuration source.

Integration

The adapter can be referenced using the following values:

NAME VALUE
NAME Json
TYPE_NAME CoherentSolutions.Extensions.Configuration.AnyWhere.Json.AnyWhereJsonConfigurationSourceAdapter
ASSEMBLY_NAME CoherentSolutions.Extensions.Configuration.AnyWhere.Json

Configuration

The underlying configuration source accepts the following arguments:

NAME TYPE CONSTRAINTS OPTIONAL
PATH string - false
OPTIONAL bool true, false true
RELOAD_ON_CHANGE bool true, false true
Clone this wiki locally