diff options
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' }, } |
