Skip to content
Docs Try Aspire

IConfiguration

Interface TypeScript
📦 Aspire.Hosting.Keycloak v13.2.0-preview.1.26159.1
interface IConfiguration {
getConfigValue(key: string): string;
getConnectionString(name: string): string;
}

Methods

method getConfigValue
Gets a configuration value by key
getConfigValue(key: string): string
key string
string
method getConnectionString
Gets a connection string by name
getConnectionString(name: string): string
name string
string