diff options
Diffstat (limited to '.env')
| -rw-r--r-- | .env | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +SELF_HOST=https://localhost:3000/ +ODOO_API_HOST=http://192.168.23.251:8069 +# ODOO_API_HOST=http://localhost:8069 +# ODOO_API_HOST=https://erp.indoteknik.com + +NEXT_PUBLIC_SELF_HOST=$SELF_HOST +NEXT_PUBLIC_ODOO_API_HOST=$ODOO_API_HOST
\ No newline at end of file |
