diff options
Diffstat (limited to 'next.config.js')
| -rw-r--r-- | next.config.js | 6 |
1 files changed, 5 insertions, 1 deletions
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' }, } |
