aboutsummaryrefslogtreecommitdiffstats
path: root/custom/conf
diff options
context:
space:
mode:
authorArnaud Morin <arnaud.morin@gmail.com>2024-01-28 15:58:00 +0100
committerGitHub <noreply@github.com>2024-01-28 14:58:00 +0000
commitdfc1ae15b6a15aaa8487b770b2d2f7b36e171c5e (patch)
treeeef18e20126f557edcaf5ac39bd1da95df249602 /custom/conf
parentd9b3849454e04c1f498c12e29b8c19660cbae328 (diff)
downloadgitea-dfc1ae15b6a15aaa8487b770b2d2f7b36e171c5e.tar.gz
gitea-dfc1ae15b6a15aaa8487b770b2d2f7b36e171c5e.zip
Fixing small space missing in sample config file (#28967)
Diffstat (limited to 'custom/conf')
-rw-r--r--custom/conf/app.example.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index 7032e709db..363bbcb151 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -431,7 +431,7 @@ SECRET_KEY =
;SECRET_KEY_URI = file:/etc/gitea/secret_key
;;
;; Secret used to validate communication within Gitea binary.
-INTERNAL_TOKEN=
+INTERNAL_TOKEN =
;;
;; Alternative location to specify internal token, instead of this file; you cannot specify both this and INTERNAL_TOKEN, and must pick one
;INTERNAL_TOKEN_URI = file:/etc/gitea/internal_token