Files
YABA/YABA.API/appsettings.json
2023-02-07 22:13:26 -06:00

13 lines
217 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"WebClient": {
"Url": "https://localhost:3000"
}
}