This commit is contained in:
parent
2af00fc349
commit
30fb5034e7
@ -40,6 +40,7 @@
|
|||||||
DRONE_GITEA_CLIENT_SECRET: "{{ gitea_client_secret }}"
|
DRONE_GITEA_CLIENT_SECRET: "{{ gitea_client_secret }}"
|
||||||
DRONE_GITEA_SERVER: "{{ gitea_domain }}"
|
DRONE_GITEA_SERVER: "{{ gitea_domain }}"
|
||||||
DRONE_GIT_ALWAYS_AUTH: "true"
|
DRONE_GIT_ALWAYS_AUTH: "true"
|
||||||
|
DRONE_JSONNET_ENABLED: "{{ drone_jsonnet_enabled }}"
|
||||||
DRONE_RPC_SECRET: "{{ rpc_secret }}"
|
DRONE_RPC_SECRET: "{{ rpc_secret }}"
|
||||||
DRONE_SERVER_HOST: "{{ drone_domain }}"
|
DRONE_SERVER_HOST: "{{ drone_domain }}"
|
||||||
DRONE_SERVER_PORT: ":{{ drone_port }}"
|
DRONE_SERVER_PORT: ":{{ drone_port }}"
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
autonomic_admin_mail: "helo@autonomic.zone"
|
autonomic_admin_mail: "helo@autonomic.zone"
|
||||||
drone_domain: "drone.autonomic.zone"
|
drone_domain: "drone.autonomic.zone"
|
||||||
|
drone_jsonnet_enabled: "true"
|
||||||
drone_port: "8042"
|
drone_port: "8042"
|
||||||
drone_user_filter: "autonomic-cooperative"
|
drone_user_filter: "autonomic-cooperative"
|
||||||
gitea_domain: "https://git.autonomic.zone"
|
gitea_domain: "https://git.autonomic.zone"
|
||||||
|
Reference in New Issue
Block a user