Skip to content

Commit 662bbed

Browse files
authored
Fixed several typos. (#15470)
1 parent 08ba895 commit 662bbed

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

custom/conf/app.example.ini

+9-9
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PROJECT_BOARD_BASIC_KANBAN_TYPE = To Do, In Progress, Done
1919
PROJECT_BOARD_BUG_TRIAGE_TYPE = Needs Triage, High Priority, Low Priority, Closed
2020

2121
[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`.
2323
ROOT =
2424
; The script type this server supports. Usually this is `bash`, but some users report that only `sh` is available.
2525
SCRIPT_TYPE = bash
@@ -48,7 +48,7 @@ PREFERRED_LICENSES = Apache License 2.0,MIT License
4848
; Disable the ability to interact with repositories using the HTTP protocol
4949
DISABLE_HTTP_GIT = false
5050
; 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.
5252
ACCESS_CONTROL_ALLOW_ORIGIN =
5353
; Force ssh:// clone url instead of scp-style uri when default SSH port is used
5454
USE_COMPAT_SSH_URI = false
@@ -134,7 +134,7 @@ ALLOWED_TYPES =
134134
SIGNING_KEY = default
135135
; If a SIGNING_KEY ID is provided and is not set to default, use the provided Name and Email address as the signer.
136136
; 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
138138
; by setting the SIGNING_KEY ID to the correct ID.)
139139
SIGNING_NAME =
140140
SIGNING_EMAIL =
@@ -447,7 +447,7 @@ LOG_SQL = true
447447
DB_RETRIES = 10
448448
; Backoff time per DB retry (time.Duration)
449449
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
451451
MAX_IDLE_CONNS = 2
452452
; Database connection max life time, default is 0 or 3s mysql (See #6804 & #7071 for reasoning)
453453
CONN_MAX_LIFETIME = 3s
@@ -466,7 +466,7 @@ ISSUE_INDEXER_PATH = indexers/issues.bleve
466466
; Issue indexer queue, currently support: channel, levelqueue or redis, default is levelqueue
467467
ISSUE_INDEXER_QUEUE_TYPE = levelqueue
468468
; 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`.
470470
; default is indexers/issues.queue
471471
ISSUE_INDEXER_QUEUE_DIR = indexers/issues.queue
472472
; When `ISSUE_INDEXER_QUEUE_TYPE` is `redis`, this will store the redis connection string.
@@ -514,9 +514,9 @@ BATCH_LENGTH = 20
514514
; When `TYPE` is `persistable-channel`, this provides a directory for the underlying leveldb
515515
; or additional options of the form `leveldb://path/to/db?option=value&....`, and will override `DATADIR`.
516516
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.
518518
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.
520520
SET_NAME = "_unique"
521521
; If the queue cannot be created at startup - level queues may need a timeout at startup - wrap the queue:
522522
WRAP_IF_NECESSARY = true
@@ -621,7 +621,7 @@ BLACKLISTED_URIS =
621621
; Whether a new auto registered oauth2 user needs to confirm their email.
622622
; Do not include to use the REGISTER_EMAIL_CONFIRM setting from the `[service]` section.
623623
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).
625625
; Typical values are profile and email.
626626
; For more information about the possible values see https://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims
627627
OPENID_CONNECT_SCOPES =
@@ -846,7 +846,7 @@ REPOSITORY_AVATAR_FALLBACK_IMAGE = /img/repo_default.png
846846
; This is to limit the amount of RAM used when resizing the image.
847847
AVATAR_MAX_WIDTH = 4096
848848
AVATAR_MAX_HEIGHT = 3072
849-
; Maximum alloved file size for uploaded avatars.
849+
; Maximum allowed file size for uploaded avatars.
850850
; This is to limit the amount of RAM used when resizing the image.
851851
AVATAR_MAX_FILE_SIZE = 1048576
852852
; Chinese users can choose "duoshuo"

0 commit comments

Comments
 (0)