From 3496025d97140268dc2e899adca994b5b9f343c0 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 31 Jan 2023 14:32:38 +0700 Subject: quotation and categories --- next.config.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'next.config.js') 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', -- cgit v1.2.3