Samples/Configuration
bart-vmware 082aec9c27 Move all status badges to root README.md 2023-01-16 17:55:16 +01:00
..
src Move all status badges to root README.md 2023-01-16 17:55:16 +01:00
README.md Update links containing 'master' to 'main' branch (#256) 2022-12-08 08:49:23 -06:00

README.md

Steeltoe Configuration Sample Applications

This repo tree contains several samples illustrating how to use the Steeltoe Configuration providers.

  • src/Simple - ASP.NET Core sample app illustrating how to use Spring Cloud Config Server as a configuration source.
  • src/SimpleCloudFoundry - ASP.NET Core sample app illustrating how to use Config Server for Pivotal CloudFoundry as a configuration source. It also shows how to access CloudFoundry VCAP_APPLICATION and VCAP_SERVICES environment variables as configuration data.
  • src/CloudFoundry - ASP.NET Core sample app illustrating how to use the Steeltoe CloudFoundry configuration provider to access CloudFoundry VCAP_APPLICATION and VCAP_SERVICES environment variables as configuration data.

Building & Running

See the Readme for instructions on building and running each app.


See the Official Steeltoe Configuration Documentation for a more in-depth walkthrough of the samples and more detailed information