Update config.template.yaml
This commit is contained in:
parent
816b21f4bd
commit
f6e6a54765
|
|
@ -26,7 +26,7 @@ runner:
|
||||||
# The timeout for a job to be finished.
|
# The timeout for a job to be finished.
|
||||||
# Please note that the Gitea instance also has a timeout (3h by default) for the job.
|
# Please note that the Gitea instance also has a timeout (3h by default) for the job.
|
||||||
# So the job could be stopped by the Gitea instance if it's timeout is shorter than this.
|
# So the job could be stopped by the Gitea instance if it's timeout is shorter than this.
|
||||||
timeout: '${GITEA_JOB_TIMEOUT:-3h}'
|
timeout: '${GITEA_RUNNER_JOB_TIMEOUT:-3h}'
|
||||||
# Whether skip verifying the TLS certificate of the Gitea instance.
|
# Whether skip verifying the TLS certificate of the Gitea instance.
|
||||||
insecure: ${GITEA_INSTANCE_INSECURE:-false}
|
insecure: ${GITEA_INSTANCE_INSECURE:-false}
|
||||||
# The timeout for fetching the job from the Gitea instance.
|
# The timeout for fetching the job from the Gitea instance.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue