diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-11-11 18:02:11 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-11-11 18:02:11 +0700 |
| commit | 8ee5432961a5b73e8e5c42af2eda05621723c9e7 (patch) | |
| tree | 12b7e0628328f6f10f03b464ad0717a729e2ede0 /next.config.js | |
| parent | df04a3504e61f3c1257b5a46310e39c51bf23bea (diff) | |
Connect to solr (search product), header component with title, fix product card layout, show product search result
Diffstat (limited to 'next.config.js')
| -rw-r--r-- | next.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
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' }, } |
