Elisa/Elisa.GameServer/appsettings.json

11 lines
175 B
JSON

{
"Urls": "http://localhost:80",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}