From 069f9fa637cd24e9b92c7a1e4de56fa9e263508f Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 2 Mar 2023 17:06:23 +0700 Subject: remove config --- next.config.js | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/next.config.js b/next.config.js index 59ab4116..d02aa9f0 100644 --- a/next.config.js +++ b/next.config.js @@ -6,14 +6,14 @@ const nextConfig = { config.module.rules.push({ test: /\.svg$/i, issuer: /\.[jt]sx?$/, - use: ['@svgr/webpack'], + use: ['@svgr/webpack'] }) return config }, i18n: { locales: ['id'], - defaultLocale: 'id', + defaultLocale: 'id' }, images: { remotePatterns: [ @@ -22,18 +22,7 @@ const nextConfig = { hostname: 'erp.indoteknik.com' } ] - }, - env: { - SELF_HOST: 'http://localhost:3000', - // 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', - MAIL_USER: 'sales@indoteknik.com', - MAIL_PASS: '$&nKAoP7!TAm' - }, + } } module.exports = nextConfig -- cgit v1.2.3