summarylogtreecommitdiffstats
path: root/app.ini
diff options
context:
space:
mode:
authorMaximilian Friedersdorff2022-12-20 17:30:32 +0000
committerMaximilian Friedersdorff2022-12-20 17:30:32 +0000
commit3f9759b0923aa4ab7e729dd0304b9e127798ff75 (patch)
treee3440b1002b8a3d27923e5f878fdfe2f5b6c4b21 /app.ini
parentba66a1987a9e3dd06e00e8e7d17b478348cc0054 (diff)
downloadaur-3f9759b0923aa4ab7e729dd0304b9e127798ff75.tar.gz
Package forgejo instead
Diffstat (limited to 'app.ini')
-rw-r--r--app.ini11
1 files changed, 5 insertions, 6 deletions
diff --git a/app.ini b/app.ini
index ec4ff4ac5ae2..46bc3b4956d2 100644
--- a/app.ini
+++ b/app.ini
@@ -1,13 +1,12 @@
-; Gitea no longer contains a default config file
+; 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 the settings that
-; used to be in gitea-arch-defaults.patch
+; This file contains those settings
-RUN_USER = gitea
+RUN_USER = forgejo
[repository]
-ROOT = /var/lib/gitea/repos
+ROOT = /var/lib/forgejo/repos
; set this here so the default isn’t sneakily changed upstream
DEFAULT_BRANCH = master
@@ -15,6 +14,6 @@ DEFAULT_BRANCH = master
LOG_SQL = false
[log]
-ROOT_PATH = /var/log/gitea/
+ROOT_PATH = /var/log/forgejo/
MODE = console, file
LEVEL = Info