This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
self-hosting/woodpecker/.env.example

17 lines
457 B
Plaintext
Raw Normal View History

2021-04-23 23:35:30 +02:00
# Allow all users to use it
DRONE_OPEN=true
# Drone needs to know its own location
DRONE_HOST=
2021-04-24 00:45:09 +02:00
# The same, but without the https in front of it
DRONE_SERVER=
2021-04-23 23:35:30 +02:00
# 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
2021-04-23 23:49:03 +02:00
DRONE_GITEA_URL=