Core.Blueprint.BFF/Core.Blueprint.API/appsettings.Local.json
Sergio Matias Urquin dacb004ae9 Add project files.
2025-04-29 18:37:40 -06:00

12 lines
198 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"LocalGateways": {
"BlueprintService": "https://localhost:7243/api"
}
}