1
0
mirror of https://github.com/C9Glax/tranga.git synced 2025-06-13 06:47:54 +02:00
Files
Tranga/API/appsettings.json
2025-03-14 00:39:52 +01:00

10 lines
136 B
JSON

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