27 lines
568 B
JSON
27 lines
568 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"ListenPort": 80,
|
|
"AllowedHosts": "*",
|
|
"DrabSettings": {
|
|
"DbPollingFrequencyInSeconds": 180,
|
|
"PrinterTimeoutSeconds": 30,
|
|
"IgnoreOrdersBefore": "2025-07-08"
|
|
},
|
|
"PcmDbSettings": {
|
|
"Host": "192.168.200.6",
|
|
"Port": "1433",
|
|
"User": "sa",
|
|
"Password": "10Coma123",
|
|
"Database": "BRZECZEK"
|
|
},
|
|
"LocalDbConnection": {
|
|
"ConnectionString": "Data Source=.\\drab.db"
|
|
}
|
|
}
|