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