cf create-service p-config-server trial myConfigService -c repo.jsonNavigate to the project folder and publish the project
<Repository directory>src\akbasu.ConfigExample> dotnet publish -o .\publish akbasu.ConfigExample.csprojPush to Cloud Foundry
cf push -f manifest.yml -p .\publishSwitch ASPNETCORE_ENVIRONMENT variable value between 'development' and 'staging'. Push and see changes in the API response