Hosting Samples update

This commit is contained in:
Roger Barreto
2026-04-11 11:35:53 +01:00
committed by alliscode
Unverified
parent d0fc7499b7
commit bf779f2029
2 changed files with 3 additions and 1 deletions
@@ -1,3 +1,5 @@
// Copyright (c) Microsoft. All rights reserved.
using Azure.AI.Projects;
using Azure.Identity;
using DotNetEnv;
@@ -6,7 +6,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:59054;http://localhost:59055"
"applicationUrl": "http://localhost:8088"
}
}
}