summarylogtreecommitdiffstats
path: root/gitea-arch-defaults.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gitea-arch-defaults.patch')
-rw-r--r--gitea-arch-defaults.patch15
1 files changed, 10 insertions, 5 deletions
diff --git a/gitea-arch-defaults.patch b/gitea-arch-defaults.patch
index 6cc4248e6ac1..fdf430e68390 100644
--- a/gitea-arch-defaults.patch
+++ b/gitea-arch-defaults.patch
@@ -1,6 +1,6 @@
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
-@@ -7,12 +7,12 @@
+@@ -7,9 +7,9 @@
; App name that shows in every page title
APP_NAME = Gitea: Git with a cup of tea
; Change it if you run locally
@@ -10,13 +10,18 @@
-RUN_MODE = dev
+RUN_MODE = prod
+ [project]
+ ; Default templates for project boards
+@@ -17,7 +17,7 @@
+ PROJECT_BOARD_BUG_TRIAGE_TYPE = Needs Triage, High Priority, Low Priority, Closed
+
[repository]
-ROOT =
+ROOT = /var/lib/gitea/repos
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
-@@ -315,7 +315,7 @@
+@@ -328,7 +328,7 @@
KEY_FILE = https/key.pem
; Root directory containing templates and static files.
; default is the path where Gitea is executed
@@ -25,7 +30,7 @@
; Default path for App data
APP_DATA_PATH = data
; Application level GZIP support
-@@ -385,7 +385,7 @@
+@@ -398,7 +398,7 @@
; For iterate buffer, default is 50
ITERATE_BUFFER_SIZE = 50
; Show the database generated SQL
@@ -34,7 +39,7 @@
; Maximum number of DB Connect retries
DB_RETRIES = 10
; Backoff time per DB retry (time.Duration)
-@@ -761,10 +761,10 @@
+@@ -805,10 +805,10 @@
DEFAULT_UI_LOCATION =
[log]
@@ -47,7 +52,7 @@
; Buffer length of the channel, keep it as it is if you don't know what it is.
BUFFER_LEN = 10000
REDIRECT_MACARON_LOG = false
-@@ -789,7 +789,7 @@
+@@ -833,7 +833,7 @@
; For "console" mode only
[log.console]