diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-11-16 11:53:54 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-11-16 11:53:54 +0700 |
| commit | 194b7ba68bcb9502c5e3a4d8ffd5fbe39c7e18aa (patch) | |
| tree | e64cda64dafbe41feb7cba3f1ec0259230651e9f /next.config.js | |
| parent | 8ee5432961a5b73e8e5c42af2eda05621723c9e7 (diff) | |
improve token odoo security
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' }, |
