diff --git a/Shared.IntegrationTesting/BaseDockerHelper.cs b/Shared.IntegrationTesting/BaseDockerHelper.cs index b98fedec..636df053 100644 --- a/Shared.IntegrationTesting/BaseDockerHelper.cs +++ b/Shared.IntegrationTesting/BaseDockerHelper.cs @@ -177,6 +177,8 @@ public List GetCommonEnvironmentVariables(Int32 securityServicePort) { this.InsecureEventStoreEnvironmentVariable, $"AppSettings:PersistentSubscriptionPollingInSeconds={this.PersistentSubscriptionSettings.pollingInterval}", $"AppSettings:InternalSubscriptionServiceCacheDuration={this.PersistentSubscriptionSettings.cacheDuration}", + $"AppSettings:SubscriptionConfiguration:PersistentSubscriptionPollingInSeconds={this.PersistentSubscriptionSettings.pollingInterval}", + $"AppSettings:SubscriptionConfiguration:InternalSubscriptionServiceCacheDuration={this.PersistentSubscriptionSettings.cacheDuration}", $"AppSettings:SecurityService=https://{this.SecurityServiceContainerName}:{securityServicePort}", $"SecurityConfiguration:Authority=https://{this.SecurityServiceContainerName}:{securityServicePort}", $"AppSettings:ClientId={this.ClientDetails.clientId}",