deployment_files

This commit is contained in:
risadmin_prod 2025-09-24 05:07:58 +00:00
parent f3d86cef64
commit 21800b61ed
3 changed files with 3 additions and 3 deletions

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/48004_1758687779307/sureops_deploy/testflutter24sep/sureops/testflutter24sep-demot1-f/deployment
PATH_DIR=/data/48004_1758690453976/sureops_deploy/testflutter24sep/sureops/testflutter24sep-demot1-f/deployment
#**********************
cd $PATH_DIR
DOCKER_TAG=1.1

View File

@ -13,7 +13,7 @@ DOMAIN=157.66.191.31:3000
#WEB-URL-PORT
CONT_PORT=3306
TARGET_PORT=9292
PATH_DIR=/data/48004_1758687779307/sureops_deploy/testflutter24sep/sureops/testflutter24sep-test2-b/deployment
PATH_DIR=/data/48004_1758690453976/sureops_deploy/testflutter24sep/sureops/testflutter24sep-test2-b/deployment
#**********************
cd $PATH_DIR
DOCKER_TAG=1.1

View File

@ -23,5 +23,5 @@ class ApiConstants {
static const getSystemParameters = '$baseUrl/sysparam/getSysParams';
static const updateSystemParams = '$baseUrl/sysparam/updateSysParams';
static const baseUrl ='http://157.66.191.31:38219/test2';
static const baseUrl ='http://157.66.191.31:38240/test2';
}