Update config.template.yaml

This commit is contained in:
naeternitas 2023-11-10 16:48:31 +05:00 committed by GitHub
parent 816b21f4bd
commit c710ca8050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ runner:
# The timeout for a job to be finished.
# 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.
timeout: '${GITEA_JOB_TIMEOUT:-3h}'
timeout: '${GITEA_RUNNER_JOB_TIMEOUT:-3h}'
# Whether skip verifying the TLS certificate of the Gitea instance.
insecure: ${GITEA_INSTANCE_INSECURE:-false}
# The timeout for fetching the job from the Gitea instance.