diff options
author | Jordan Cech <18233718+jayczech23@users.noreply.github.com> | 2023-03-14 18:39:36 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 20:39:36 -0400 |
commit | 69c9ab387f2db4eab29749480ca21206de75e77a (patch) | |
tree | 2316b54513881def76c3c3a18104ffd808ddd32d | |
parent | 74b80d1b2f7823ba4ad373903966885e81b41165 (diff) | |
download | gitea-69c9ab387f2db4eab29749480ca21206de75e77a.tar.gz gitea-69c9ab387f2db4eab29749480ca21206de75e77a.zip |
Update app.example.ini (#23480)
-rw-r--r-- | custom/conf/app.example.ini | 2 | ||||
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index e53ed7ad9f..1e55ce73a2 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -20,7 +20,7 @@ ;; - The environment variable `$GITEA_WORK_DIR` ;; - A built-in value set at build time (see building from source) ;; - Otherwise it defaults to the directory of the _`AppPath`_ -;; - If any of the above are relative paths then they are made absolute against the +;; - If any of the above are relative paths then they are made absolute against ;; the directory of the _`AppPath`_ ;; - _`CustomPath`_: This is the base directory for custom templates and other options. ;; It is determined by using the first set thing in the following hierarchy: diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index 4b9c519cd8..e0df371a0f 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -46,7 +46,7 @@ reported as part of the default configuration when running `gitea --help` or on - The environment variable `$GITEA_WORK_DIR` - A built-in value set at build time (see building from source) - Otherwise it defaults to the directory of the _`AppPath`_ - - If any of the above are relative paths then they are made absolute against the + - If any of the above are relative paths then they are made absolute against the directory of the _`AppPath`_ - _`CustomPath`_: This is the base directory for custom templates and other options. It is determined by using the first set thing in the following hierarchy: |