From 8ee5432961a5b73e8e5c42af2eda05621723c9e7 Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Fri, 11 Nov 2022 18:02:11 +0700 Subject: Connect to solr (search product), header component with title, fix product card layout, show product search result --- next.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'next.config.js') diff --git a/next.config.js b/next.config.js index 00852504..8c6659b9 100644 --- a/next.config.js +++ b/next.config.js @@ -12,7 +12,8 @@ const nextConfig = { return config }, env: { - DB_HOST: 'https://erp.indoteknik.com', + ODOO_HOST: 'https://erp.indoteknik.com', + SOLR_HOST: 'http://34.101.189.218:8983' }, } -- cgit v1.2.3