summaryrefslogtreecommitdiff
path: root/next.config.js
diff options
context:
space:
mode:
authorRafi Zadanly <rafizadanly@gmail.com>2022-11-16 11:53:54 +0700
committerRafi Zadanly <rafizadanly@gmail.com>2022-11-16 11:53:54 +0700
commit194b7ba68bcb9502c5e3a4d8ffd5fbe39c7e18aa (patch)
treee64cda64dafbe41feb7cba3f1ec0259230651e9f /next.config.js
parent8ee5432961a5b73e8e5c42af2eda05621723c9e7 (diff)
improve token odoo security
Diffstat (limited to 'next.config.js')
-rw-r--r--next.config.js1
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'
},