aur/drone/server.conf
2021-05-19 09:31:28 +02:00

27 lines
502 B
Plaintext

# drone server configuration
# database configuration
DRONE_DATABASE_DRIVER=sqlite3
DRONE_DATABASE_DATASOURCE=/var/lib/drone/drone.sqlite
# remote configuration
DRONE_GITHUB_CLIENT_ID=""
DRONE_GITHUB_CLIENT_SECRET=""
DRONE_GIT_ALWAYS_AUTH=false
# server
DRONE_SERVER_HOST="drone.exemple.com"
DRONE_SERVER_PROTO="https"
DRONE_SERVER_PORT=:8080
# secret
DRONE_RPC_SECRET=""
# access configuration
DRONE_USER_CREATE=
DRONE_USER_FILTER=
DRONE_REGISTRATION_CLOSED=false
# debug
DRONE_LOGS_DEBUG=false