diff --git a/services/mailer/Application/config.json b/services/mailer/Application/config.json deleted file mode 100644 index 8d378d305..000000000 --- a/services/mailer/Application/config.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "MailServer", - "version": "0.0.1", - "port": 3003, - "debug": true, - "smtp": { - "host": "smtp.verdnatura.es", - "port": 465, - "secure": true, - "auth": { - "user": "nocontestar", - "pass": "ub606cux7op" - }, - "tls":{ - "rejectUnauthorized": false - } - }, - "senderMail": "nocontestar@verdnatura.es", - "senderName": "VerdNatura", - "mysql": { - "host": "test-db.verdnatura.es", - "port": 3307, - "user": "reports", - "password": "78ZZv9xsjwRi1j2T", - "database": "vn2008" - } -} \ No newline at end of file