1
0
mirror of https://github.com/C9Glax/tranga.git synced 2025-04-25 01:32:24 +02:00
Tranga/API/appsettings.json
2024-12-14 21:53:29 +01:00

10 lines
142 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}