24 lines
705 B
JSON
24 lines
705 B
JSON
{
|
|
"development": {
|
|
"username": "root",
|
|
"password": null,
|
|
"database": "database_test",
|
|
"host": "127.0.0.1",
|
|
"dialect": "postgres",
|
|
"operatorsAliases": false
|
|
},
|
|
"email": {
|
|
"server": {
|
|
"user": "user",
|
|
"password": "password",
|
|
"host": "smtp.your-email.com",
|
|
"ssl": true
|
|
},
|
|
"from": "Contact Email <you@email.fr>",
|
|
"contact": "Your Contact <contact@your-email.fr>",
|
|
"mailPath": "https://yourServer.com"
|
|
},
|
|
"edt": "https://adelb.univ-lyon1.fr/jsp/custom/modules/plannings/anonymous_cal.jsp?resources=XXXX&projectId=XXXX&calType=ical&firstDate=",
|
|
"secret": "keyboard cat",
|
|
"passwordPrivateKey": "ecc635295f200847b79299df48e15759"
|
|
}
|