49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"amministratore": {
|
|
"codice_univoco": "00000000",
|
|
"nome_completo": "Michele Admin",
|
|
"denominazione_studio": "Studio Amministrativo Michele",
|
|
"database_principale": "netgescon_admin_00000000",
|
|
"created_at": "2025-08-07T11:57:00.000Z",
|
|
"version": "2.1.0"
|
|
},
|
|
"database": {
|
|
"host": "127.0.0.1",
|
|
"port": "3306",
|
|
"database": "netgescon_admin_00000000",
|
|
"backup_path": "database/backups",
|
|
"retention_days": 90
|
|
},
|
|
"backup": {
|
|
"enabled": true,
|
|
"frequency": "daily",
|
|
"time": "02:00",
|
|
"retention_days": 30,
|
|
"include_files": true,
|
|
"include_database": true,
|
|
"compress": true
|
|
},
|
|
"folders": {
|
|
"documenti": "documenti",
|
|
"database": "database",
|
|
"stabili": "stabili",
|
|
"logs": "logs",
|
|
"reports": "reports",
|
|
"temp": "temp",
|
|
"archivio": "archivio"
|
|
},
|
|
"security": {
|
|
"log_level": "info",
|
|
"max_file_size": "50MB",
|
|
"allowed_extensions": [
|
|
"pdf",
|
|
"doc",
|
|
"docx",
|
|
"xls",
|
|
"xlsx",
|
|
"jpg",
|
|
"png"
|
|
],
|
|
"encryption": false
|
|
}
|
|
} |