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
543 B
Plaintext

export APP=drone
export DOMAIN=drone.example.com
export EXTRA_DOMAINS=', `www.drone.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