You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
322 B
Plaintext

# 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