blob: 3907f232a0caaa0ff5e4d730efae4b532c6a1362 (
plain)
1
2
3
4
5
6
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
|