17 lines
457 B
Bash
17 lines
457 B
Bash
# Allow all users to use it
|
|
DRONE_OPEN=true
|
|
# Drone needs to know its own location
|
|
DRONE_HOST=
|
|
# The same, but without the https in front of it
|
|
DRONE_SERVER=
|
|
# 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_URL=
|