Configure authentication in program and endpoints #2

Merged
sergio_matias merged 3 commits from feature/configure-authentication into development 2025-07-18 00:59:03 +00:00
2 changed files with 2 additions and 5 deletions
Showing only changes of commit 598081acea - Show all commits

View File

@@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Blueprint.Logging" Version="0.0.2" />
<PackageReference Include="Core.Blueprint.Logging" Version="1.0.1" />
</ItemGroup>
<ItemGroup>

View File

@@ -5,8 +5,5 @@
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Endpoints": {
"AppConfigurationURI": "https://sandbox-hci-usc-appcg.azconfig.io"
}
"AllowedHosts": "*"
}