ansible/roles/drone/templates/drone.j2
Markus Hauschild 86bf87405a new host for drone.io
fix path of acertmgr handler
2020-06-07 15:16:25 +02:00

8 lines
308 B
Django/Jinja

DRONE_AGENTS_ENABLED=true
DRONE_DATABASE_DATASOURCE=postgres://{{ drone_dbuser }}:{{ drone_dbpass }}@127.0.0.1:5432/{{ drone_dbname }}
DRONE_DATABASE_DRIVER=postgres
DRONE_GOGS_SERVER=https://{{ gogs_domain }}
DRONE_RPC_SECRET={{ drone_secret }}
DRONE_SERVER_HOST={{ drone_domain }}
DRONE_SERVER_PROTO=https