18 lines
494 B
Bash
18 lines
494 B
Bash
# config.env
|
|
ENVIRONMENT=production
|
|
WEB_BRANCH_NAME=react-query-v2
|
|
WEB_IMAGE_NAME=marco.web.prod:v3.13
|
|
WEB_CONTAINER_NAME=marco.web.prod
|
|
WEB_PORT=4175
|
|
WEB_REPO_DIR=marco.pms.web
|
|
WEB_REPO=https://git.marcoaiot.com/admin/marco.pms.web.git
|
|
API_BRANCH_NAME=Ashutosh_Refactor
|
|
API_IMAGE_NAME=marco.api.prod:v3.13.1
|
|
API_CONTAINER_NAME=marco.api.prod
|
|
API_PORT1=8085
|
|
API_PORT2=8086
|
|
API_REPO_DIR=marco.pms.api
|
|
API_REPO=https://git.marcoaiot.com/admin/marco.pms.api.git
|
|
API_URL=https://api.marcoaiot.com
|
|
|