Added .env file
This commit is contained in:
parent
2e27fb0239
commit
290fa36051
2 changed files with 19 additions and 18 deletions
15
woodpecker/.env.example
Normal file
15
woodpecker/.env.example
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# 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=
|
||||
Reference in a new issue