Skip to content

Commit dfc1ae1

Browse files
authored
Fixing small space missing in sample config file (#28967)
1 parent d9b3849 commit dfc1ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/conf/app.example.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ SECRET_KEY =
431431
;SECRET_KEY_URI = file:/etc/gitea/secret_key
432432
;;
433433
;; Secret used to validate communication within Gitea binary.
434-
INTERNAL_TOKEN=
434+
INTERNAL_TOKEN =
435435
;;
436436
;; Alternative location to specify internal token, instead of this file; you cannot specify both this and INTERNAL_TOKEN, and must pick one
437437
;INTERNAL_TOKEN_URI = file:/etc/gitea/internal_token

0 commit comments

Comments
 (0)