servicepoint-tanks/TanksServer/appsettings.json
2024-04-10 22:39:33 +02:00

25 lines
553 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"TanksServer": "Debug",
"Microsoft.AspNetCore.HttpLogging": "Debug"
}
},
"AllowedHosts": "*",
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:3000"
}
}
},
"ServicePointDisplay": {
"Enable": true,
//"Hostname": "172.23.42.29",
"Hostname": "localhost",
"Port": 2342
}
}