forked from MassimoSaianiBuonarroti/GestionePermessi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGestionePermessiTemplace.json
27 lines (27 loc) · 1.11 KB
/
GestionePermessiTemplace.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "GestionePermessi",
"db": {
"host": "xx.xx.xx.xx",
"user": "db_user",
"password": "db_password",
"database": "db_name"
},
"config": {
"annoScolastico": "a.s. 2024/2025",
"permessiOraInizio": "15:00",
"permessiOraFine": "09:00",
"oraInizioLezioni": "07:50",
"oraFineLezioni": "16:20",
"limitaOrarioPermessi": true,
"limitaDataPermessi": true,
"refEmail": "[email protected]",
"genericMessage": "I permessi vanno richiesti dalle ore 15:00 del giorno prima alle ore 09:00 del giorno stesso.",
"credenzialiMessage": "Le credenziali saranno attive a partire dal prossimo 8 settembre 2024.",
"credenzialiMessageMastercom": "Utilizzare le stesse credenziali del registro Mastercom",
"imgLogo": "Buonarroti_Logo_Bianco.png",
"imgLogoQuadrato": "logoscuola_icona.png",
"credenzialiMastercom": true,
"ulrAPIMastercom": "https://buonarroti-tn.registroelettronico.com/mastercom/register_manager.php",
"defaultpassword": "anno2024"
}
}