This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
drone/.envrc.sample

21 lines
520 B
Plaintext

export SERVICE=drone
export STACK_NAME=drone
export DOMAIN=git.example.com
export LETS_ENCRYPT_ENV=production
export DRONE_ENV_VERSION=v1
export RPC_SECRET_VERSION=v1
## Required for any kind of Single Sign On
#export CLIENT_SECRET_VERSION=v1
## Gitea Single Sign On
#export COMPOSE_FILE="compose.yml:compose.gitea.yml"
#export GITEA_CLIENT_ID=your-client-id
#export GITEA_DOMAIN=git.example.com
## Github Single Sign On
#export COMPOSE_FILE="compose.yml:compose.github.yml"
#export GITHUB_CLIENT_ID=your-client-id