Skip to content

Commit c398fd0

Browse files
authored
Apply suggestions from code review
1 parent 1e93838 commit c398fd0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

custom/conf/app.example.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ RUN_USER = ; git
129129
;; your SSH server node is not the same as HTTP node. For different protocol, the default
130130
;; values are different. If `PROTOCOL` is `http+unix`, the default value is `http://unix/`.
131131
;; If `PROTOCOL` is `fcgi` or `fcgi+unix`, the default value is `%(PROTOCOL)s://%(HTTP_ADDR)s:%(HTTP_PORT)s/`.
132-
;; If listen on `0.0.0.0`, the default value is `%(PROTOCOL)s://localhost:%(HTTP_PORT)s/`.
133-
;; Otherwise the default value is `%(PROTOCOL)s://%(HTTP_ADDR)s:%(HTTP_PORT)s/`.
132+
;; If listen on `0.0.0.0`, the default value is `{PROTOCOL}://localhost:{HTTP_PORT}/`.
133+
;; Otherwise the default value is `{PROTOCOL}://{HTTP_ADDR}:{HTTP_PORT}/`.
134134
;; Most users don't need (and shouldn't) set this value.
135135
;LOCAL_ROOT_URL =
136136
;;
@@ -587,7 +587,7 @@ ENABLED = true
587587
[log]
588588
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
589589
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
590-
;; Root path for the log files - defaults to "GITEA_WORK_DIR/log"
590+
;; Root path for the log files - defaults to "{AppWorkPath}/log"
591591
;ROOT_PATH =
592592
;;
593593
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -687,7 +687,7 @@ LEVEL = Info
687687
;; The path of git executable. If empty, Gitea searches through the PATH environment.
688688
;PATH =
689689
;;
690-
;; The HOME directory for Git, defaults to "APP_DATA_PATH/home"
690+
;; The HOME directory for Git, defaults to "{APP_DATA_PATH}/home"
691691
;HOME_PATH =
692692
;;
693693
;; Disables highlight of added and removed changes
@@ -951,7 +951,7 @@ LEVEL = Info
951951
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
952952
;[repository]
953953
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
954-
;; Root path for storing all repository data. By default, it is set to "APP_DATA_PATH/gitea-repositories".
954+
;; Root path for storing all repository data. By default, it is set to "{APP_DATA_PATH}/gitea-repositories".
955955
;; A relative path is interpreted as "{AppWorkPath}/{ROOT}" (use AppWorkPath as base path).
956956
;ROOT =
957957
;;

0 commit comments

Comments
 (0)