Class EnvironmentVariablesCatalog
- Namespace
- FoundationaLLM.Configuration.Catalog
- Assembly
- FoundationaLLM.Configuration.dll
Provides the catalog of environment variables required by the solution.
public static class EnvironmentVariablesCatalog
- Inheritance
-
EnvironmentVariablesCatalog
- Inherited Members
Methods
GetRequiredEnvironmentVariables(string)
Returns the required environment variables.
public static IEnumerable<EnvironmentVariableEntry> GetRequiredEnvironmentVariables(string serviceName = "")
Parameters
serviceName
stringOptional service name. When not specified, the default environment variables list is returned.