161 references to EnvironmentVariables
Aspire.Hosting (54)
Aspire.Hosting.Azure (4)
Aspire.Hosting.Azure.EventHubs (3)
Aspire.Hosting.Azure.Functions (9)
Aspire.Hosting.Azure.ServiceBus (4)
Aspire.Hosting.Azure.Tests (22)
Aspire.Hosting.Docker (4)
Aspire.Hosting.Docker.Tests (3)
Aspire.Hosting.Garnet (1)
Aspire.Hosting.Kafka (6)
KafkaBuilderExtensions.cs (6)
145context.EnvironmentVariables.Add($"KAFKA_CLUSTERS_{index}_NAME", endpoint.Resource.Name);
146context.EnvironmentVariables.Add($"KAFKA_CLUSTERS_{index}_BOOTSTRAPSERVERS", bootstrapServers);
208context.EnvironmentVariables.Add($"KAFKA_LISTENERS", $"PLAINTEXT://localhost:29092,CONTROLLER://localhost:29093,PLAINTEXT_HOST://0.0.0.0:{KafkaBrokerPort},PLAINTEXT_INTERNAL://0.0.0.0:{KafkaInternalBrokerPort}");
210context.EnvironmentVariables.Add("KAFKA_LISTENER_SECURITY_PROTOCOL_MAP", "CONTROLLER:PLAINTEXT,PLAINTEXT:PLAINTEXT,PLAINTEXT_HOST:PLAINTEXT,PLAINTEXT_INTERNAL:PLAINTEXT");
223context.EnvironmentVariables["KAFKA_ADVERTISED_LISTENERS"] = advertisedListeners;
232context.EnvironmentVariables["KAFKA_LOG_DIRS"] = Target;
Aspire.Hosting.Keycloak (3)
Aspire.Hosting.Kubernetes (1)
Aspire.Hosting.Milvus (2)
Aspire.Hosting.MongoDB (7)
Aspire.Hosting.MySql (4)
Aspire.Hosting.Oracle (1)
Aspire.Hosting.Orleans (3)
Aspire.Hosting.PostgreSQL (8)
Aspire.Hosting.Qdrant (4)
Aspire.Hosting.RabbitMQ (3)
Aspire.Hosting.Redis (5)
Aspire.Hosting.SqlServer (1)
Aspire.Hosting.Tests (6)
Aspire.Hosting.Valkey (1)
AzureAppService.AppHost (1)
AzureContainerApps.AppHost (1)