Skip to content

Latest commit

 

History

History

Configuration

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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