forked from infra/ansible
8 lines
308 B
Plaintext
8 lines
308 B
Plaintext
|
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
|