diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-10-21 14:54:11 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-10-21 14:54:11 +0700 |
| commit | 83d1a1c558293e1b14c9a5847628e7661f749c66 (patch) | |
| tree | 5f083f90192df0fc2aff41e3dd1c3c84f2592352 /.env | |
| parent | 30c5eb5776fcc60f023ad6aa51153cb375c87930 (diff) | |
initial commit
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 |
