mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
25291de8cb
* support retries * tests + registration options * fix ordering .. * HK + update packages * fix paths * Update dotnet/tests/CosmosDB.IntegrationTests/Microsoft.Extensions.AI.Agents.Runtime.Storage.CosmosDB.Tests/CosmosTestFixture.cs * re create project and fix some pk usage * fix all tests * try workflow? * wip 1 * fix definition * try with cosmos_use_emulator env? * try ignore SSL errors? * other cert verifications * hardcode to 8081? * proper valuation of ENV * logging * ensure db exsists for CI * bump * cleanup * fix usage * nit comment * try only release for stability? * try skip some flaky tests * merge fixes + rollback container * reimplement with iasyncdisposable pattern * remove example doc struct
31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
"profiles": {
|
|
"https": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": true,
|
|
"applicationUrl": "https://localhost:17163;http://localhost:15113",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"DOTNET_ENVIRONMENT": "Development",
|
|
"ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21207",
|
|
"ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22258"
|
|
}
|
|
},
|
|
"http": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": true,
|
|
"applicationUrl": "http://localhost:15113",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"DOTNET_ENVIRONMENT": "Development",
|
|
"ASPIRE_ALLOW_UNSECURED_TRANSPORT": "true",
|
|
"ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19080",
|
|
"ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20201"
|
|
}
|
|
}
|
|
}
|
|
}
|