diff options
author | Arnaud Morin <arnaud.morin@gmail.com> | 2024-01-28 15:58:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-28 14:58:00 +0000 |
commit | dfc1ae15b6a15aaa8487b770b2d2f7b36e171c5e (patch) | |
tree | eef18e20126f557edcaf5ac39bd1da95df249602 /custom/conf | |
parent | d9b3849454e04c1f498c12e29b8c19660cbae328 (diff) | |
download | gitea-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.ini | 2 |
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 |