From 23ce6c99d4353ef6230e04b54a0cc565abe23fe0 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 3 Jun 2025 18:55:47 -0400 Subject: [PATCH] back end server --- application/config/config.development.php | 3 ++- docker-compose.yml | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/application/config/config.development.php b/application/config/config.development.php index b03e43d..34ef4ef 100644 --- a/application/config/config.development.php +++ b/application/config/config.development.php @@ -12,4 +12,5 @@ $arr["port"] = 5432; define('LEGACY_BACKEND_ENDPOINT','http://backend.wrenchboard.api.test'); //define('EXTENSTION_API_URL','https://oameye.work.wrenchboard.com/svs/bko'); -define('EXTENSTION_API_URL','http://10.204.5.100:9083/svs/bko'); +define('EXTENSTION_API_URL','http://10.10.10.27:9083/svs/bko'); +//define('EXTENSTION_API_URL','https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1/bko'); diff --git a/docker-compose.yml b/docker-compose.yml index ee3dc1a..fa4c86f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,7 @@ services: environment: - APACHE_RUN_USER=#${UID} - APACHE_RUN_GROUP=#${UID} - - CI_ENV + #- CI_ENV - CI_CONFIG restart: unless-stopped image: registry.chiefsoft.net/wrenchbackoffice_wrenchboard-web:latest @@ -24,6 +24,9 @@ services: - oameye.work.wrenchboard.com:10.10.33.15 - backend.wrenchboard.api.live:10.10.33.15 - backend.wrenchboard.api.test:10.10.33.15 + - apigate.lotus.g1.wrenchboard.com:10.10.33.15 + - apigate.orion.g1.wrenchboard.com:10.10.33.15 + - apigate.nebula.g1.wrenchboard.com:10.10.33.15 #- backend.wrenchboard.api.live:172.31.4.27 #- backend.wrenchboard.api.test:10.20.30.27 - apigateway.wrenchboard.app.dev.fluxtra.net:10.20.30.19