Environment variables source
var source = new EnvironmentVariablesSource();throttling.capacity=50 --> { "throttling": { "capacity": "50" } }
throttling:capacity=50 --> { "throttling": { "capacity": "50" } }
throttling__capacity=50 --> { "throttling": { "capacity": "50" } }Related pages
Configuration sourcesLast updated
Was this helpful?