Files
MartianRobots/MartianRobots.Web/Server/appsettings.json
T
2022-09-13 02:43:55 +03:00

10 lines
142 B
JSON

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