jobcomm/gitea-git/app.ini

21 lines
458 B
INI
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

; 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 isnt sneakily changed upstream
DEFAULT_BRANCH = master
[database]
LOG_SQL = false
[log]
ROOT_PATH = /var/log/gitea/
MODE = console, file
LEVEL = Info