Files
Vermix-Web/data/app.json
T
2025-10-06 18:11:03 +02:00

24 lines
540 B
JSON

{
"app": {
"name": "My SvelteKit1323",
"version": "1.0.013",
"supportEmail": "support@example.com",
"footerText": "© 2024 RFID Control Panel. All rights reserved."
},
"features": {
"enableDeviceApi": true,
"enableRFID": true,
"enableLogging": false,
"maxLoginAttempts": 5,
"selfServicePortal": {
"enabled": false,
"allowProfileUpdate": false,
"allowPasswordChange": false
},
"logging": {
"save": ["ACTION", "INFO", "WARNING", "ERROR"],
"console": ["ACTION", "INFO", "WARNING", "ERROR"]
}
}
}