WpfApp/appsettings.json

27 lines
467 B
JSON
Raw Normal View History

{
"Logs": {
"LogLevel": 6,
"MaxArchiveFiles": 100,
"MaxFileSize": 1,
"LogFilePath": "logs"
},
"DB": [
{
"Name": "LocalData",
"Enabled": true,
"Type": 2,
"Connection": "DataSource=LocalData.db",
"Remarks": "",
"Print": false
2025-10-14 15:15:10 +08:00
},
{
"Name": "D1",
"Enabled": true,
"Type": 2,
"Connection": "DataSource=D1.db",
"Remarks": "产品数据库",
"Print": true
}
]
}