File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Configuration/src/ConfigurationProviders Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 2424// Steeltoe: Add Configuration providers.
2525builder . Configuration . AddRandomValueSource ( bootstrapLoggerFactory ) ;
2626builder . Configuration . AddKubernetesServiceBindings ( ) ;
27- builder . Configuration . AddCloudFoundry ( null , bootstrapLoggerFactory ) ;
2827builder . Configuration . AddPlaceholderResolver ( bootstrapLoggerFactory ) ;
28+ builder . AddCloudFoundryConfiguration ( bootstrapLoggerFactory ) ;
2929builder . AddConfigServer ( bootstrapLoggerFactory ) ;
3030
3131// Steeltoe: Upgrade the created bootstrap loggers from settings in the service container.
3434// Steeltoe: Add actuator endpoints.
3535builder . Services . AddAllActuators ( ) ;
3636
37- // Steeltoe: map VCAP_APPLICATION and VCAP_SERVICES to IOptions<CloudFoundryApplicationOptions> and IOptions<CloudFoundryServicesOptions>
38- builder . Services . AddCloudFoundryOptions ( ) ;
39-
4037// Steeltoe: Optionally enables usage of "spring:cloud:config" keys to configure Spring Cloud Config Server.
4138builder . Services . ConfigureConfigServerClientOptions ( ) ;
4239
You can’t perform that action at this time.
0 commit comments