aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorDavid Refoua <David@Refoua.me>2020-08-21 22:06:29 +0430
committerGitHub <noreply@github.com>2020-08-22 01:36:29 +0800
commit90b1ee1dfa11829f62ec96def89821c5f970b822 (patch)
treee7a5e104e44221f977c32a0a83318caa2f005a63 /conf
parent7f9a4b757881ec01463d6a97d705cc49b437961f (diff)
conf: fix some typos in comments (app.ini) (#6237)
Diffstat (limited to 'conf')
-rw-r--r--conf/app.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/app.ini b/conf/app.ini
index 613e2313..f58e60d4 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -111,7 +111,7 @@ ENABLE_LOCAL_PATH_MIGRATION = false
ENABLE_RAW_FILE_RENDER_MODE = false
; The maximum number of goroutines that can be run at the same time for a single
; fetch request. Usually, the value depend of how many CPU (cores) you have. If
-; the value is non-positive, it matchs the number of CPUs available to the application.
+; the value is non-positive, it matches the number of CPUs available to the application.
COMMITS_FETCH_CONCURRENCY = 0
[repository.editor]
@@ -159,9 +159,9 @@ INSTALL_LOCK = false
SECRET_KEY = !#@FDEWREWR&*(
; The days remembered for auto-login.
LOGIN_REMEMBER_DAYS = 7
-; The cookie name to stoed auto-login information.
+; The cookie name to store auto-login information.
COOKIE_REMEMBER_NAME = gogs_incredible
-; The cookie name to stored logged in username.
+; The cookie name to store logged in username.
COOKIE_USERNAME = gogs_awesome
; Whether to set secure cookie.
COOKIE_SECURE = false
@@ -309,7 +309,7 @@ GRAVATAR_SOURCE = gravatar
DISABLE_GRAVATAR = false
; Whether to enable federated avatar lookup uses DNS to discover avatar associated
; with emails, see https://www.libravatar.org for details.
-; This value will be forced to be false in offline mode or when Gravatar is disbaled.
+; This value will be forced to be false in offline mode or when Gravatar is disabled.
ENABLE_FEDERATED_AVATAR = false
[markdown]