aboutsummaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2020-12-15 16:52:59 -0500
committerGitHub <noreply@github.com>2020-12-15 16:52:59 -0500
commit88b585c2e08d43af705cec178c1c7771f5d66e70 (patch)
treebf1f9b12b1560de67e835e16c62ef5e8e16e5ae9 /custom
parentb8c58edf39fff0df51b8e9d95bc7fdbb1b1092f7 (diff)
downloadgitea-88b585c2e08d43af705cec178c1c7771f5d66e70.tar.gz
gitea-88b585c2e08d43af705cec178c1c7771f5d66e70.zip
Store repository data in data path if not previously set (#13991)
* Store repository data in data path if not previously set * update docs * Update docs/content/doc/advanced/config-cheat-sheet.en-us.md Co-authored-by: silverwind <me@silverwind.io> * update docs Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'custom')
-rw-r--r--custom/conf/app.example.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index af60fd8b67..6a4e0ca02f 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -17,7 +17,9 @@ PROJECT_BOARD_BASIC_KANBAN_TYPE = To Do, In Progress, Done
PROJECT_BOARD_BUG_TRIAGE_TYPE = Needs Triage, High Priority, Low Priority, Closed
[repository]
+; Root path for storing all repository data. It must be an absolute path. By default it is stored in a sub-directory of `APP_DATA_PATH`.
ROOT =
+; The script type this server supports. Usually this is `bash`, but some users report that only `sh` is available.
SCRIPT_TYPE = bash
; DETECTED_CHARSETS_ORDER tie-break order for detected charsets.
; If the charsets have equal confidence, tie-breaking will be done by order in this list