docker-drone/env.example

8 lines
322 B
Text
Raw Normal View History

2020-11-04 17:47:18 +01:00
# Copy this as .env and make it only readable by root
# Secrets can be generated using openssl rand -hex 16
DRONE_GITEA_CLIENT_ID=CHANGE ME
DRONE_GITEA_CLIENT_SECRET=CHANGE ME
DRONE_RPC_SECRET=CHANGE ME
DRONE_DATABASE_DATASOURCE=postgres://drone:CHANGEME@1.2.3.4:5432/drone?sslmode=disable
DRONE_DATABASE_SECRET=CHANGE ME