servicepoint-tanks/TanksServer/appsettings.json

23 lines
462 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
2024-04-07 17:17:11 +02:00
"Microsoft.AspNetCore": "Warning",
2024-04-07 18:18:26 +02:00
"TanksServer": "Debug"
}
},
2024-04-06 16:38:26 +02:00
"AllowedHosts": "*",
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:3000"
}
}
2024-04-07 20:16:22 +02:00
},
"ServicePointDisplay": {
"Enable": false,
"Hostname": "172.23.42.29",
"Port": 2342
2024-04-06 16:38:26 +02:00
}
}