From 194b7ba68bcb9502c5e3a4d8ffd5fbe39c7e18aa Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 16 Nov 2022 11:53:54 +0700 Subject: improve token odoo security --- next.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'next.config.js') diff --git a/next.config.js b/next.config.js index 8c6659b9..4435ccba 100644 --- a/next.config.js +++ b/next.config.js @@ -12,6 +12,7 @@ const nextConfig = { return config }, env: { + SELF_HOST: 'http://localhost:3000', ODOO_HOST: 'https://erp.indoteknik.com', SOLR_HOST: 'http://34.101.189.218:8983' }, -- cgit v1.2.3