7 lines
322 B
Text
7 lines
322 B
Text
# 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
|