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

29 lines
614 B
JSON
Raw Normal View History

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