Skip to content
Snippets Groups Projects
.env 730 B
Newer Older
# Infrastructure Related
BASE_REGISTRY_URL="brooks.aoc.nrao.edu:5000/ssa-docker/workspaces"   # the url for the project's docker registry
BASE_IMAGE_TAG=prod   # TODO: remove once cache image removed
CACHE_IMAGE_TAG=prod  # TODO: remove once cache image removed
ENV=prod   # the default environment to build for (one of: dev, test, local, prod)
TAG=prod   # the tag name to pull images from when building
ENV_HOST="ws.nrao.edu"
DL_HOST="https://dl-dsoc.nrao.edu"
NG_APP_WS_VERSION=${ENV}
WS_VERSION=unknown-version
LOCAL_OR_SERVER_PEX=server-pex  # determines if pexes arebuilt from scratch or pulled from the registry (one of: local-pex, server-pex)

# CAPO Environment Properties
CAPO_PATH=/home/casa/capo
CAPO_PROFILE=dsoc-prod