File tree Expand file tree Collapse file tree
Shared.IntegrationTesting Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ public static IContainerService SetupSecurityServiceContainer(String containerNa
5252 logger . LogInformation ( "About to Start Security Container" ) ;
5353
5454 List < String > environmentVariables = new List < String > ( ) ;
55- environmentVariables . Add ( $ "ServiceOptions:PublicOrigin=http://{ containerName } :SecurityServiceDockerPort") ;
56- environmentVariables . Add ( $ "ServiceOptions:IssuerUrl=http://{ containerName } :SecurityServiceDockerPort") ;
55+ environmentVariables . Add ( $ "ServiceOptions:PublicOrigin=http://{ containerName } :{ SecurityServiceDockerPort } ") ;
56+ environmentVariables . Add ( $ "ServiceOptions:IssuerUrl=http://{ containerName } :{ SecurityServiceDockerPort } ") ;
5757 environmentVariables . Add ( "ASPNETCORE_ENVIRONMENT=IntegrationTest" ) ;
5858 environmentVariables . Add ( "urls=http://*:5001" ) ;
5959
You can’t perform that action at this time.
0 commit comments