summarylogtreecommitdiffstats
path: root/app.ini
blob: ec4ff4ac5ae20190e976fbf5d9536f2133ffe4d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
; Gitea no longer contains a default config file
; and instead expects the user to only define
; the settings they want to change.
; This file contains the settings that
; used to be in gitea-arch-defaults.patch

RUN_USER = gitea

[repository]
ROOT = /var/lib/gitea/repos
; set this here so the default isn’t sneakily changed upstream
DEFAULT_BRANCH = master

[database]
LOG_SQL = false

[log]
ROOT_PATH = /var/log/gitea/
MODE = console, file
LEVEL = Info