salix/services/mailer/application/config/datasources.json

29 lines
614 B
JSON

{
"app": {
"port": 3000,
"debug": false,
"defaultLanguage": "es",
"senderMail": "joan@verdnatura.es",
"senderName": "VerdNatura"
},
"mysql": {
"host": "localhost",
"port": 3306,
"database": "vn",
"user": "root",
"password": "root"
},
"smtp": {
"host": "smtp.verdnatura.es",
"port": 465,
"secure": true,
"auth": {
"user": "joan",
"pass": "CLed3ejl$"
},
"tls": {
"rejectUnauthorized": false
},
"pool": true
}
}