Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user