summarylogtreecommitdiffstats
path: root/app.ini
blob: 46bc3b4956d2cb11601d12cff20f15cc120c9749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
; forgejo doesn't contain a default config file
; and instead expects the user to only define
; the settings they want to change.
; This file contains those settings

RUN_USER = forgejo

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

[database]
LOG_SQL = false

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