diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-31 14:32:38 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-31 14:32:38 +0700 |
| commit | 3496025d97140268dc2e899adca994b5b9f343c0 (patch) | |
| tree | 3d8b51fc624b09a7ba46409e9e8a81fbd02da582 /next.config.js | |
| parent | d194dcc23c19a4cf31863b32770f8df77e1f675a (diff) | |
quotation and categories
Diffstat (limited to 'next.config.js')
| -rw-r--r-- | next.config.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/next.config.js b/next.config.js index 1897a178..608cbb45 100644 --- a/next.config.js +++ b/next.config.js @@ -11,9 +11,15 @@ const nextConfig = { return config }, + i18n: { + locales: ['id'], + defaultLocale: 'id', + }, env: { SELF_HOST: 'http://localhost:3000', - ODOO_HOST: 'https://erp.indoteknik.com', + // ODOO_HOST: 'http://35.219.117.154:8069', + ODOO_HOST: 'http://127.0.0.1:8069', + // ODOO_HOST: 'https://erp.indoteknik.com', SOLR_HOST: 'http://34.101.189.218:8983', MAIL_PORT: 465, MAIL_HOST: 'smtp.gmail.com', |
