From 4210246ebb246e806e60663c7abe0eaf8cb4be04 Mon Sep 17 00:00:00 2001 From: Arnaud Morin Date: Sun, 28 Jan 2024 10:18:45 +0100 Subject: [PATCH] Fixing small space missing in sample config file nit fix. Signed-off-by: Arnaud Morin --- custom/conf/app.example.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index b0875123b7b8b..80e35cde42c2b 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