# Docker configuration
export DOCKER_IMAGE=openldap
export DOCKER_REGISTRY_USERNAME=_json_key
export DOCKER_REGISTRY_PASSWORD_PATH=${SEC_PATH}/common/gcr-user

# Drone configuration
export DRONE_SERVER=https://drone.svc.stanford.edu
export DRONE_REPO=authnz/docker-${DOCKER_IMAGE}
export DRONE_SEC_FILE=.drone.sec
export DRONE_REGISTRY_FILE=.drone.reg
export DOCKER_IMAGE_VERSION=2.4.58-buster

# GitLab configuration
export GITLAB_SERVER=https://code.stanford.edu
export GITLAB_REPO=authnz/docker-${DOCKER_IMAGE}
export GITLAB_SEC_FILE=.gitlab-ci.sec
export SLACK_WEBHOOK_PATH=${SEC_PATH}/common/slack/gitlab-integration
export SLACK_GITLAB_CHANNEL=authnz-git-commits
export SLACK_CICD_CHANNEL=authnz-build