mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
update config ini comments
This commit is contained in:
parent
062325f27e
commit
48cf9f8fcb
1 changed files with 3 additions and 3 deletions
|
@ -14,16 +14,16 @@ ANSI_CHARSET =
|
||||||
FORCE_PRIVATE = {{ gitea_force_private }}
|
FORCE_PRIVATE = {{ gitea_force_private }}
|
||||||
; Default privacy setting when creating a new repository, allowed values: last, private, public. Default is last which means the last setting used.
|
; Default privacy setting when creating a new repository, allowed values: last, private, public. Default is last which means the last setting used.
|
||||||
DEFAULT_PRIVATE = last
|
DEFAULT_PRIVATE = last
|
||||||
; Global maximum creation limit of repository per user, -1 means no limit
|
; Global limit of repositories per user, applied at creation time. -1 means no limit
|
||||||
MAX_CREATION_LIMIT = {{ gitea_user_repo_limit }}
|
MAX_CREATION_LIMIT = {{ gitea_user_repo_limit }}
|
||||||
; Mirror sync queue length, increase if mirror syncing starts hanging
|
; Mirror sync queue length, increase if mirror syncing starts hanging
|
||||||
MIRROR_QUEUE_LENGTH = 1000
|
MIRROR_QUEUE_LENGTH = 1000
|
||||||
; Patch test queue length, increase if pull request patch testing starts hanging
|
; Patch test queue length, increase if pull request patch testing starts hanging
|
||||||
PULL_REQUEST_QUEUE_LENGTH = 1000
|
PULL_REQUEST_QUEUE_LENGTH = 1000
|
||||||
; Preferred Licenses to place at the top of the List
|
; Preferred Licenses to place at the top of the List
|
||||||
; Name must match file name in conf/license or custom/conf/license
|
; The name here must match the filename in conf/license or custom/conf/license
|
||||||
PREFERRED_LICENSES = Apache License 2.0,MIT License
|
PREFERRED_LICENSES = Apache License 2.0,MIT License
|
||||||
; Disable ability to interact with repositories by HTTP protocol
|
; Disable the ability to interact with repositories using the HTTP protocol
|
||||||
DISABLE_HTTP_GIT = {{ gitea_disable_http_git }}
|
DISABLE_HTTP_GIT = {{ gitea_disable_http_git }}
|
||||||
|
|
||||||
[repository.editor]
|
[repository.editor]
|
||||||
|
|
Loading…
Reference in a new issue