jiateng_ws/config/app_config.json

26 lines
584 B
JSON
Raw Normal View History

2025-06-07 10:45:09 +08:00
{
"app": {
"name": "腾智微丝产线包装系统",
"version": "1.0.0",
"features": {
"enable_serial_ports": false,
"enable_keyboard_listener": false,
"enable_camera": false
2025-06-07 10:45:09 +08:00
}
},
"database": {
"type": "sqlite",
"path": "db/jtDB.db",
"host": "",
"port": "",
"user": "",
"password": "",
"name": ""
},
"camera": {
"enabled": false,
"default_exposure": 20000,
"default_gain": 10,
"default_framerate": 30
2025-06-07 10:45:09 +08:00
}
}