Proculite.GpioRest/Proculite.GpioRest/appsettings.json
2024-09-24 23:44:41 +02:00

13 lines
244 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Pins": [
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26
]
}