From 48984e7d4872324e31647cc6c08eba1dfe90b858 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 2 Oct 2024 14:47:31 -0400 Subject: [PATCH] API_ENDPOINT="https://apigate.orion.g1.wrenchboard.com" --- .env.development | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 6e807ae..2e50d74 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,8 @@ CONTAINER_PORT=9088 UID=1000 CI_ENV=development CI_ENVIRONMENT=development -API_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com" +API_ENDPOINT="https://apigate.orion.g1.wrenchboard.com" +API_ENDPOINT2="https://apigate.lotus.g1.wrenchboard.com" # $arr["host"] = "10.10.10.23"; # $arr["name"] = "wrenchboard"; # $arr["user"] = "wrenchboard";