deployment_files

This commit is contained in:
risadmin_prod 2025-03-29 10:29:37 +00:00
parent bf83908166
commit 10ba868a02
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ DOMAIN=157.66.191.31:3000
#WEB-URL-PORT
CONT_PORT=3306
TARGET_PORT=9292
PATH_DIR=/data/35462_1743242722665/sureops_deploy/testflutter27/sureops/testflutter27-back-b/deployment
PATH_DIR=/data/35462_1743244156631/sureops_deploy/testflutter27/sureops/testflutter27-back-b/deployment
#**********************
cd $PATH_DIR
DOCKER_TAG=1.0

View File

@ -11,7 +11,7 @@ GITEA_EMAIL=ganeshk@dekatc.com
GIT_BRANCH=main
DOMAIN=157.66.191.31:3000
#TARGET_PORT=9292
PATH_DIR=/data/35462_1743242722665/sureops_deploy/testflutter27/sureops/testflutter27-front-f/deployment
PATH_DIR=/data/35462_1743244156631/sureops_deploy/testflutter27/sureops/testflutter27-front-f/deployment
#**********************
cd $PATH_DIR
DOCKER_TAG=1.0

View File

@ -21,5 +21,5 @@ class ApiConstants {
static const getSystemParameters = '$baseUrl/sysparam/getSysParams';
static const updateSystemParams = '$baseUrl/sysparam/updateSysParams';
static const baseUrl ='http://157.66.191.31:31438/back';
static const baseUrl ='http://157.66.191.31:31445/back';
}