From 6f61d46bd529a98257980ce8af92db8dfe42b833 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 18 Nov 2022 17:36:27 +0700 Subject: User activation feature --- next.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'next.config.js') diff --git a/next.config.js b/next.config.js index 4435ccba..1897a178 100644 --- a/next.config.js +++ b/next.config.js @@ -14,7 +14,11 @@ const nextConfig = { env: { SELF_HOST: 'http://localhost:3000', ODOO_HOST: 'https://erp.indoteknik.com', - SOLR_HOST: 'http://34.101.189.218:8983' + SOLR_HOST: 'http://34.101.189.218:8983', + MAIL_PORT: 465, + MAIL_HOST: 'smtp.gmail.com', + MAIL_USER: 'sales@indoteknik.com', + MAIL_PASS: '$&nKAoP7!TAm' }, } -- cgit v1.2.3