summaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
Diffstat (limited to '.env')
-rw-r--r--.env7
1 files changed, 7 insertions, 0 deletions
diff --git a/.env b/.env
new file mode 100644
index 0000000..3907f23
--- /dev/null
+++ b/.env
@@ -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