diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-11-18 17:36:27 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-11-18 17:36:27 +0700 |
| commit | 6f61d46bd529a98257980ce8af92db8dfe42b833 (patch) | |
| tree | c9957c8cc73ac21508f32359924b8b065bedc798 /next.config.js | |
| parent | 2c0e4a977cc4fadcc0af507b7c9d28a3824f5323 (diff) | |
User activation feature
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' }, } |
