This repository has been archived on 2021-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
shipyard/drone/drone.env

18 lines
464 B
Bash
Raw Normal View History

2020-07-14 23:56:29 +02:00
# Basic config
DRONE_SERVER_HOST=drone.belanyi.fr
DRONE_SERVER_PROTO=https
# Put into a secret environment file
#DRONE_RPC_SECRET=FIXME-CHANGE-THIS
2020-10-18 15:52:21 +02:00
DRONE_USER_CREATE=username:Ambroisie,admin:true
2020-07-14 23:56:29 +02:00
DRONE_AGENTS_ENABLED=true
2020-07-21 19:47:53 +02:00
DRONE_JSONNET_ENABLED=true
2020-07-14 23:56:29 +02:00
# DRONE_GIT_ALWAYS_AUTH=true
# Gitea configuration
# Put into a secret environment file
#DRONE_GITEA_SERVER=FIXME-CHANGE-THIS
#DRONE_GITEA_CLIENT_ID=FIXME-CHANGE-THIS
#DRONE_GITEA_CLIENT_SECRET=FIXME-CHANGE-THIS