-
Notifications
You must be signed in to change notification settings - Fork 0
Json Adapter
Oleg Karasik edited this page Jan 11, 2019
·
6 revisions
The adapter wraps the Microsoft.Extensions.Configuration.Json
configuration source.
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 |
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 |
(c) 2020 Coherent Solutions Inc.
GENERAL
GETTING STARTED
ADAPTERS
SAMPLES