# Infrastructure Related DEPLOY_ENV=local # the default environment to build for (one of: dev, test, local, prod) ENV=local # the default environment to build for (one of: dev, test, local, prod) TAG=local # the tag name to pull images from when building ENV_HOST="localhost" DL_HOST="https://dl-dsoc.nrao.edu" WS_VERSION="0.0.0+local" NG_APP_WS_VERSION=${WS_VERSION} LOCAL_OR_SERVER_PEX=local-pex # determines if pexes are built from scratch or pulled from the registry (one of: local-pex, server-pex) API_TOKEN= # CAPO Environment Properties CAPO_PATH=/home/casa/capo CAPO_PROFILE=docker