This repository has been archived on 2021-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
self-hosting/woodpecker/.env.example
2021-04-23 23:35:30 +02:00

15 lines
417 B
Text

# Allow all users to use it
DRONE_OPEN=true
# Drone needs to know its own location
DRONE_HOST=
# Shared secret to communicate with agents
DRONE_SECRET=
# Tell Drone to use postgres
DRONE_DATABASE_DRIVER=postgres
DRONE_DATABASE_DATASOURCE=postgres://woodpecker:woodpecker@db:5432/woodpecker?sslmode=disable
# These are just a guess based on the documentation
DRONE_GITEA=true
DRONE_GITEA_CLIENT=
DRONE_GITEA_SECRET=