From dce8d160772fae78611b43914d398a07f7e4c910 Mon Sep 17 00:00:00 2001 From: Joan Date: Thu, 12 Jul 2018 13:53:52 +0200 Subject: [PATCH] Deleted data --- services/mailer/application/config/datasources.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/services/mailer/application/config/datasources.json b/services/mailer/application/config/datasources.json index 5bcaf6dae..6d489ec36 100644 --- a/services/mailer/application/config/datasources.json +++ b/services/mailer/application/config/datasources.json @@ -3,8 +3,8 @@ "port": 3000, "debug": false, "defaultLanguage": "es", - "senderMail": "joan@verdnatura.es", - "senderName": "VerdNatura" + "senderMail": "noreply@localhost", + "senderName": "MySender" }, "mysql": { "host": "localhost", @@ -14,12 +14,12 @@ "password": "root" }, "smtp": { - "host": "smtp.verdnatura.es", + "host": "localhost", "port": 465, "secure": true, "auth": { - "user": "joan", - "pass": "CLed3ejl$" + "user": "noreply", + "pass": "" }, "tls": { "rejectUnauthorized": false