summarylogtreecommitdiffstats
path: root/app.ini
diff options
context:
space:
mode:
Diffstat (limited to 'app.ini')
-rw-r--r--app.ini20
1 files changed, 20 insertions, 0 deletions
diff --git a/app.ini b/app.ini
new file mode 100644
index 000000000000..ec4ff4ac5ae2
--- /dev/null
+++ b/app.ini
@@ -0,0 +1,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