summarylogtreecommitdiffstats
path: root/gitea-arch-defaults.patch
diff options
context:
space:
mode:
authorkageru2019-10-18 23:38:57 +0200
committerkageru2019-10-18 23:55:58 +0200
commit787b768f812aea9c99e5d6059a998f2ad220c9cf (patch)
treecc932d656fb1b3a188709e2f33e275cc318ec6fa /gitea-arch-defaults.patch
parente97e126e35c3685f882c9bcf1cf62ff78ca72193 (diff)
downloadaur-787b768f812aea9c99e5d6059a998f2ad220c9cf.tar.gz
Update to current version and fix patches
Diffstat (limited to 'gitea-arch-defaults.patch')
-rw-r--r--gitea-arch-defaults.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/gitea-arch-defaults.patch b/gitea-arch-defaults.patch
index cf0c97d66eee..1379325acb54 100644
--- a/gitea-arch-defaults.patch
+++ b/gitea-arch-defaults.patch
@@ -1,6 +1,6 @@
--- a/custom/conf/app.ini.sample
+++ b/custom/conf/app.ini.sample
-@@ -7,12 +7,12 @@
+@@ -8,12 +8,12 @@
; App name that shows in every page title
APP_NAME = Gitea: Git with a cup of tea
; Change it if you run locally
@@ -16,7 +16,7 @@
SCRIPT_TYPE = bash
; Default ANSI charset
ANSI_CHARSET =
-@@ -241,7 +241,7 @@
+@@ -312,7 +312,7 @@
; For iterate buffer, default is 50
ITERATE_BUFFER_SIZE = 50
; Show the database generated SQL
@@ -25,8 +25,8 @@
; Maximum number of DB Connect retries
DB_RETRIES = 10
; Backoff time per DB retry (time.Duration)
-@@ -485,10 +485,10 @@
- FORMAT =
+@@ -615,10 +615,10 @@
+ DEFAULT_UI_LOCATION =
[log]
-ROOT_PATH =
@@ -37,13 +37,13 @@
+MODE = console, file
; Buffer length of the channel, keep it as it is if you don't know what it is.
BUFFER_LEN = 10000
- ; Either "Trace", "Debug", "Info", "Warn", "Error", "Critical", default is "Trace"
-@@ -496,7 +496,7 @@
+ REDIRECT_MACARON_LOG = false
+@@ -643,7 +643,7 @@
; For "console" mode only
[log.console]
-LEVEL =
+LEVEL = Info
+ STDERR = false
; For "file" mode only
- [log.file]