chore: bump default to v1.16
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
Robert Kaussow 2022-02-12 11:30:55 +01:00
parent 820186f4f0
commit e815c474e5
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,5 @@
---
gitea_version: 1.11.0
gitea_version: 1.16.1
gitea_user: "gitea_adm"
gitea_user_home: "/home/{{ gitea_user }}"
gitea_group: "{{ gitea_user }}"
@ -246,6 +246,9 @@ gitea_footer_show_template_load_time: False
gitea_extra_links_footer: []
gitea_extra_links: []
gitea_webhook_allowed_host_list:
- external
gitea_oauth_provider_enabled: False
gitea_access_token_expiration_time: 3600
gitea_refresh_token_expiration_time: 730

View File

@ -127,6 +127,12 @@ REPO_INDEXER_PATH = {{ gitea_data_dir }}/indexers/repos.bleve
DISABLE_REGULAR_ORG_CREATION = {{ 'false' if gitea_org_creation_enabled | bool else 'true' }}
DEFAULT_EMAIL_NOTIFICATIONS = {{ gitea_default_email_notification }}
[webhook]
QUEUE_LENGTH = 1000
DELIVER_TIMEOUT = 5
ALLOWED_HOST_LIST = {{ gitea_webhook_allowed_host_list | join(",") }}
SKIP_TLS_VERIFY = false
[security]
INSTALL_LOCK = {{ gitea_install_lock | bool | lower }}
SECRET_KEY = {{ gitea_secret }}