mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 07:58:16 +08:00
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:

committed by
Thiago Loureiro

parent
b6f3f0f28a
commit
bef40041ba
@ -20,5 +20,10 @@
|
||||
"port": 5000,
|
||||
"hostName": "localhost"
|
||||
}
|
||||
},
|
||||
"BaseUrl": "http://foo-bar.co.uk",
|
||||
"TestConfig": "foo",
|
||||
"TestConfigNested":{
|
||||
"Child": "foo"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user