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/.env.sample

23 lines
544 B
Plaintext

TYPE=drone
DOMAIN=drone.example.com
EXTRA_DOMAINS=', `www.drone.example.com`'
LETS_ENCRYPT_ENV=production
RPC_SECRET_VERSION=v1
# https://docs.drone.io/server/reference/drone-user-create/
DRONE_USER_CREATE=username:admin,admin:true
## Required for any kind of Single Sign On
#CLIENT_SECRET_VERSION=v1
## Gitea Single Sign On
#COMPOSE_FILE="compose.yml:compose.gitea.yml"
#GITEA_CLIENT_ID=your-client-id
#GITEA_DOMAIN=git.example.com
## Github Single Sign On
#COMPOSE_FILE="compose.yml:compose.github.yml"
#GITHUB_CLIENT_ID=your-client-id