2020-06-07 15:12:45 +02:00
|
|
|
DRONE_AGENTS_ENABLED=true
|
|
|
|
DRONE_DATABASE_DATASOURCE=postgres://{{ drone_dbuser }}:{{ drone_dbpass }}@127.0.0.1:5432/{{ drone_dbname }}
|
|
|
|
DRONE_DATABASE_DRIVER=postgres
|
2020-06-19 23:39:58 +02:00
|
|
|
DRONE_GITEA_SERVER=https://{{ gitea_domain }}
|
|
|
|
DRONE_GITEA_CLIENT_ID={{ drone_gitea_client }}
|
|
|
|
DRONE_GITEA_CLIENT_SECRET={{ drone_gitea_secret }}
|
2020-06-07 15:12:45 +02:00
|
|
|
DRONE_RPC_SECRET={{ drone_secret }}
|
|
|
|
DRONE_SERVER_HOST={{ drone_domain }}
|
|
|
|
DRONE_SERVER_PROTO=https
|
2020-06-19 23:39:58 +02:00
|
|
|
DRONE_USER_CREATE=username:{{ drone_admin }},admin:true
|