summaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
authortrisusilo48 <tri.susilo@altama.co.id>2024-10-21 14:54:11 +0700
committertrisusilo48 <tri.susilo@altama.co.id>2024-10-21 14:54:11 +0700
commit83d1a1c558293e1b14c9a5847628e7661f749c66 (patch)
tree5f083f90192df0fc2aff41e3dd1c3c84f2592352 /.env
parent30c5eb5776fcc60f023ad6aa51153cb375c87930 (diff)
initial commit
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