{ "app": { "port": 3003, "debug": false, "defaultLanguage": "es", "senderMail": "noreply@localhost", "senderName": "" }, "mysql": { "host": "localhost", "port": 3306, "user": "reports", "password": "", "database": "" }, "smtp": { "host": "localhost", "port": 465, "secure": true, "auth": { "user": "noreply", "pass": "" }, "tls": { "rejectUnauthorized": false }, "pool": true } }