microsoft / dev-proxy

Dev Proxy is an API simulator that helps you effortlessly test your app beyond the happy path.
https://aka.ms/devproxy
MIT License
471 stars 56 forks source link

Extend API Center plugins to accept configuration values from environment variables #698

Closed waldekmastykarz closed 4 months ago

waldekmastykarz commented 4 months ago

We should extend API Center plugins to accept their configuration values (subscriptionId, resourceGroupName, serviceName and workspaceName) from environment variables. If the value for each of these properties begins with @, we consider everything that follows the name of the environment variable that contains the value.