summaryrefslogtreecommitdiffstats
path: root/docker/etc/templates/app.ini
diff options
context:
space:
mode:
Diffstat (limited to 'docker/etc/templates/app.ini')
-rw-r--r--docker/etc/templates/app.ini24
1 files changed, 24 insertions, 0 deletions
diff --git a/docker/etc/templates/app.ini b/docker/etc/templates/app.ini
new file mode 100644
index 0000000000..0c4b9d6595
--- /dev/null
+++ b/docker/etc/templates/app.ini
@@ -0,0 +1,24 @@
+[repository]
+ROOT = /data/git/repositories
+
+[repository.upload]
+TEMP_PATH = /data/gitea/uploads
+
+[server]
+APP_DATA_PATH = /data/gitea
+
+[database]
+HOST = mysql:3306
+PATH = /data/gitea/gitea.db
+
+[session]
+PROVIDER_CONFIG = /data/gitea/sessions
+
+[picture]
+AVATAR_UPLOAD_PATH = /data/gitea/avatars
+
+[attachment]
+PATH = /data/gitea/attachments
+
+[log]
+ROOT_PATH = /data/gitea/log