24 lines
540 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|