@@ -19,7 +19,7 @@ PROJECT_BOARD_BASIC_KANBAN_TYPE = To Do, In Progress, Done
19
19
PROJECT_BOARD_BUG_TRIAGE_TYPE = Needs Triage, High Priority, Low Priority, Closed
20
20
21
21
[repository]
22
- ; Root path for storing all repository data. It must be an absolute path. By default it is stored in a sub-directory of `APP_DATA_PATH`.
22
+ ; Root path for storing all repository data. It must be an absolute path. By default, it is stored in a sub-directory of `APP_DATA_PATH`.
23
23
ROOT =
24
24
; The script type this server supports. Usually this is `bash`, but some users report that only `sh` is available.
25
25
SCRIPT_TYPE = bash
@@ -48,7 +48,7 @@ PREFERRED_LICENSES = Apache License 2.0,MIT License
48
48
; Disable the ability to interact with repositories using the HTTP protocol
49
49
DISABLE_HTTP_GIT = false
50
50
; Value for Access-Control-Allow-Origin header, default is not to present
51
- ; WARNING: This maybe harmful to you website if you do not give it a right value.
51
+ ; WARNING: This may be harmful to your website if you do not give it a right value.
52
52
ACCESS_CONTROL_ALLOW_ORIGIN =
53
53
; Force ssh:// clone url instead of scp-style uri when default SSH port is used
54
54
USE_COMPAT_SSH_URI = false
@@ -134,7 +134,7 @@ ALLOWED_TYPES =
134
134
SIGNING_KEY = default
135
135
; If a SIGNING_KEY ID is provided and is not set to default, use the provided Name and Email address as the signer.
136
136
; These should match a publicized name and email address for the key. (When SIGNING_KEY is default these are set to
137
- ; the results of git config --get user.name and git config --get user.email respectively and can only be overrided
137
+ ; the results of git config --get user.name and git config --get user.email respectively and can only be overridden
138
138
; by setting the SIGNING_KEY ID to the correct ID.)
139
139
SIGNING_NAME =
140
140
SIGNING_EMAIL =
@@ -447,7 +447,7 @@ LOG_SQL = true
447
447
DB_RETRIES = 10
448
448
; Backoff time per DB retry (time.Duration)
449
449
DB_RETRY_BACKOFF = 3s
450
- ; Max idle database connections on connnection pool, default is 2
450
+ ; Max idle database connections on connection pool, default is 2
451
451
MAX_IDLE_CONNS = 2
452
452
; Database connection max life time, default is 0 or 3s mysql (See #6804 & #7071 for reasoning)
453
453
CONN_MAX_LIFETIME = 3s
@@ -466,7 +466,7 @@ ISSUE_INDEXER_PATH = indexers/issues.bleve
466
466
; Issue indexer queue, currently support: channel, levelqueue or redis, default is levelqueue
467
467
ISSUE_INDEXER_QUEUE_TYPE = levelqueue
468
468
; When ISSUE_INDEXER_QUEUE_TYPE is levelqueue, this will be the path where the queue will be saved.
469
- ; This can be overriden by `ISSUE_INDEXER_QUEUE_CONN_STR`.
469
+ ; This can be overridden by `ISSUE_INDEXER_QUEUE_CONN_STR`.
470
470
; default is indexers/issues.queue
471
471
ISSUE_INDEXER_QUEUE_DIR = indexers/issues.queue
472
472
; When `ISSUE_INDEXER_QUEUE_TYPE` is `redis`, this will store the redis connection string.
@@ -514,9 +514,9 @@ BATCH_LENGTH = 20
514
514
; When `TYPE` is `persistable-channel`, this provides a directory for the underlying leveldb
515
515
; or additional options of the form `leveldb://path/to/db?option=value&....`, and will override `DATADIR`.
516
516
CONN_STR = " addrs=127.0.0.1:6379 db=0"
517
- ; Provides the suffix of the default redis/disk queue name - specific queues can be overriden within in their [queue.name] sections.
517
+ ; Provides the suffix of the default redis/disk queue name - specific queues can be overridden within in their [queue.name] sections.
518
518
QUEUE_NAME = " _queue"
519
- ; Provides the suffix of the default redis/disk unique queue set name - specific queues can be overriden within in their [queue.name] sections.
519
+ ; Provides the suffix of the default redis/disk unique queue set name - specific queues can be overridden within in their [queue.name] sections.
520
520
SET_NAME = " _unique"
521
521
; If the queue cannot be created at startup - level queues may need a timeout at startup - wrap the queue:
522
522
WRAP_IF_NECESSARY = true
@@ -621,7 +621,7 @@ BLACKLISTED_URIS =
621
621
; Whether a new auto registered oauth2 user needs to confirm their email.
622
622
; Do not include to use the REGISTER_EMAIL_CONFIRM setting from the `[service]` section.
623
623
REGISTER_EMAIL_CONFIRM =
624
- ; Scopes for the openid connect oauth2 provider (seperated by space, the openid scope is implicitly added).
624
+ ; Scopes for the openid connect oauth2 provider (separated by space, the openid scope is implicitly added).
625
625
; Typical values are profile and email.
626
626
; For more information about the possible values see https://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims
627
627
OPENID_CONNECT_SCOPES =
@@ -846,7 +846,7 @@ REPOSITORY_AVATAR_FALLBACK_IMAGE = /img/repo_default.png
846
846
; This is to limit the amount of RAM used when resizing the image.
847
847
AVATAR_MAX_WIDTH = 4096
848
848
AVATAR_MAX_HEIGHT = 3072
849
- ; Maximum alloved file size for uploaded avatars.
849
+ ; Maximum allowed file size for uploaded avatars.
850
850
; This is to limit the amount of RAM used when resizing the image.
851
851
AVATAR_MAX_FILE_SIZE = 1048576
852
852
; Chinese users can choose "duoshuo"
0 commit comments