Skip to content
Snippets Groups Projects
Commit 27b3682e authored by Vipul's avatar Vipul
Browse files

chore: add more envs

parent 9d008244
No related branches found
No related tags found
No related merge requests found
......@@ -325,6 +325,10 @@ setup_env() {
echo "ONEAPI_VAULT_TOKEN=***REMOVED***" >> "$ENV_SHEPHERD_PATH"
echo "ANALYTICS_API=http://reportsanalyzer:3000" >> "$ENV_SHEPHERD_PATH"
echo "DEPLOYMENT_ENV=production" >> "$ENV_SHEPHERD_PATH"
echo "SENTRY_URL=" >> "$ENV_SHEPHERD_PATH"
echo "SENTRY_ENV=" >> "$ENV_SHEPHERD_PATH"
MDM_HOST=$(extract_env_value_or_exit "ADM_DOMAIN_NAME" "$ENV_CLIENT_PATH")
echo "MDM_HOST=$MDM_HOST" >> "$ENV_CLIENT_PATH"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment