loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update app.example.ini (#23480)

authored by

Jordan Cech and committed by
GitHub
69c9ab38 74b80d1b

+2 -2
+1 -1
custom/conf/app.example.ini
··· 20 20 ;; - The environment variable `$GITEA_WORK_DIR` 21 21 ;; - A built-in value set at build time (see building from source) 22 22 ;; - Otherwise it defaults to the directory of the _`AppPath`_ 23 - ;; - If any of the above are relative paths then they are made absolute against the 23 + ;; - If any of the above are relative paths then they are made absolute against 24 24 ;; the directory of the _`AppPath`_ 25 25 ;; - _`CustomPath`_: This is the base directory for custom templates and other options. 26 26 ;; It is determined by using the first set thing in the following hierarchy:
+1 -1
docs/content/doc/advanced/config-cheat-sheet.en-us.md
··· 46 46 - The environment variable `$GITEA_WORK_DIR` 47 47 - A built-in value set at build time (see building from source) 48 48 - Otherwise it defaults to the directory of the _`AppPath`_ 49 - - If any of the above are relative paths then they are made absolute against the 49 + - If any of the above are relative paths then they are made absolute against 50 50 the directory of the _`AppPath`_ 51 51 - _`CustomPath`_: This is the base directory for custom templates and other options. 52 52 It is determined by using the first set thing in the following hierarchy: