Skip to content

Commit 4f59a25

Browse files
Cleanup
1 parent b10070a commit 4f59a25

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Certify.Aspire/Certify.Aspire.AppHost/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
if (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

1010
if (useIndependentServices)

src/Certify.Server/Certify.Server.HubService/Properties/launchSettings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
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)": {

0 commit comments

Comments
 (0)