You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; List of keywords used in Pull Request comments to automatically reopen a related issue
104
-
REOPEN_KEYWORDS=reopen,reopens,reopened
104
+
REOPEN_KEYWORDS = reopen,reopens,reopened
105
105
; In the default merge message for squash commits include at most this many commits
106
-
DEFAULT_MERGE_MESSAGE_COMMITS_LIMIT=50
106
+
DEFAULT_MERGE_MESSAGE_COMMITS_LIMIT = 50
107
107
; In the default merge message for squash commits limit the size of the commit messages to this
108
-
DEFAULT_MERGE_MESSAGE_SIZE=5120
108
+
DEFAULT_MERGE_MESSAGE_SIZE = 5120
109
109
; In the default merge message for squash commits walk all commits to include all authors in the Co-authored-by otherwise just use those in the limited list
110
-
DEFAULT_MERGE_MESSAGE_ALL_AUTHORS=false
110
+
DEFAULT_MERGE_MESSAGE_ALL_AUTHORS = false
111
111
; In default merge messages limit the number of approvers listed as Reviewed-by: to this many
112
-
DEFAULT_MERGE_MESSAGE_MAX_APPROVERS=10
112
+
DEFAULT_MERGE_MESSAGE_MAX_APPROVERS = 10
113
113
; In default merge messages only include approvers who are official
; List of reasons why a Pull Request or Issue can be locked
118
-
LOCK_REASONS=Too heated,Off-topic,Resolved,Spam
118
+
LOCK_REASONS = Too heated,Off-topic,Resolved,Spam
119
119
120
120
[repository.release]
121
121
; Comma-separated list of allowed file extensions (`.zip`), mime types (`text/plain`) or wildcard type (`image/*`, `audio/*`, `video/*`). Empty value or `*/*` allows all types.
@@ -133,7 +133,7 @@ SIGNING_KEY = default
133
133
SIGNING_NAME =
134
134
SIGNING_EMAIL =
135
135
; Sets the default trust model for repositories. Options are: collaborator, committer, collaboratorcommitter
136
-
DEFAULT_TRUST_MODEL=collaborator
136
+
DEFAULT_TRUST_MODEL = collaborator
137
137
; Determines when gitea should sign the initial commit when creating a repository
; OAuth2 authentication secret for access and refresh tokens, change this yourself to a unique string. CLI generate option is helpful in this case. https://docs.gitea.io/en-us/command-line/#generate
1126
-
JWT_SECRET=
1126
+
JWT_SECRET=
1127
1127
; Maximum length of oauth2 token/cookie stored on server
1128
-
MAX_TOKEN_LENGTH=32767
1128
+
MAX_TOKEN_LENGTH = 32767
1129
1129
1130
1130
[i18n]
1131
1131
LANGS = en-US,zh-CN,zh-HK,zh-TW,de-DE,fr-FR,nl-NL,lv-LV,ru-RU,uk-UA,ja-JP,es-ES,pt-BR,pt-PT,pl-PL,bg-BG,it-IT,fi-FI,tr-TR,cs-CZ,sr-SP,sv-SE,ko-KR
0 commit comments