Skip to content

Using spring config server in Pivotal Cloud Foundry from Dotnet-core WEB API 3.1

Notifications You must be signed in to change notification settings

akbasu/Spring-Config-SteelToe_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-Config_Demo

Create a config service in PCF

cf create-service p-config-server trial myConfigService -c repo.json

Push API code to PCF

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

Releases

No releases published

Packages

No packages published

Languages