diff options
Diffstat (limited to 'next.config.js')
| -rw-r--r-- | next.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
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' }, |
