Add ConfigAwarePlaceholders class (#997)

* Add ConfigAwarePlaceholders class

This allows placeholder values to be sourced from IConfiguration in
addition to set values.

* Rework how IPlaceholders is decorated in container
This commit is contained in:
donaldgray
2019-09-12 16:09:38 +01:00
committed by Thiago Loureiro
parent b6f3f0f28a
commit bef40041ba
6 changed files with 204 additions and 0 deletions

View File

@ -20,5 +20,10 @@
"port": 5000,
"hostName": "localhost"
}
},
"BaseUrl": "http://foo-bar.co.uk",
"TestConfig": "foo",
"TestConfigNested":{
"Child": "foo"
}
}