SteeltoeOSS / InitializrConfig

Configuration store for Steeltoe.Initializr.ConfigServer
Apache License 2.0
0 stars 3 forks source link

App Configuration with Cloud Foundry Dependencies in Startup #84

Closed kenswan closed 3 years ago

kenswan commented 3 years ago

Provide service registrations in Startup.cs - ConfigureServices method that will allow users to quickly retrieve Cloud Foundry application configurations.

public void ConfigureServices(IServiceCollection services)
{
    ...

    services.ConfigureCloudFoundryOptions(Configuration);
}

Steeltoe References Getting Started Guides- App Configuration with Cloud Foundry Samples - SimpleCloudFoundry - Startup.cs