File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Certify.Aspire/Certify.Aspire.AppHost
Certify.Server/Certify.Server.HubService/Properties Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 44
55if ( Environment . GetEnvironmentVariable ( "ASPIRE_USE_INDEPENDENT_SERVICES" ) != null )
66{
7- useIndependentServices = Environment . GetEnvironmentVariable ( "ASPIRE_USE_INDEPENDENT_SERVICES" ) . ToLower ( ) == "true" ;
7+ useIndependentServices = Environment . GetEnvironmentVariable ( "ASPIRE_USE_INDEPENDENT_SERVICES" ) ? . ToLower ( ) == "true" ;
88}
99
1010if ( useIndependentServices )
Original file line number Diff line number Diff line change 1717 },
1818 "dotnetRunMessages" : true ,
1919 "applicationUrl" : " https://0.0.0.0:44361" ,
20- "CERTIFY_MANAGEMENT_HUB" : " https://localhost:7187/api/internal/managementhub" ,
2120 "CERTIFY_ENABLE_MANAGEMENT_HUB" : " true"
2221 },
2322 "Container (.NET SDK)" : {
You can’t perform that action at this time.
0 commit comments