summarylogtreecommitdiffstats
path: root/app.ini.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app.ini.patch')
-rw-r--r--app.ini.patch14
1 files changed, 8 insertions, 6 deletions
diff --git a/app.ini.patch b/app.ini.patch
index 876a7691b225..1952500b929d 100644
--- a/app.ini.patch
+++ b/app.ini.patch
@@ -6,27 +6,29 @@
< ROOT =
---
> ROOT = /srv/gogs/repo
-69c69
+95,97c95
< STATIC_ROOT_PATH =
+< ; Default path for App data
+< APP_DATA_PATH = data
---
> STATIC_ROOT_PATH = /usr/share/themes/gogs/default
-85c85
+120c118
< PATH = data/gogs.db
---
> PATH = /srv/gogs/sqlite/gogs.db
-186c186
+207c205
< PROVIDER_CONFIG = data/sessions
---
> PROVIDER_CONFIG = /srv/gogs/sessions
-201c201
+220c218
< AVATAR_UPLOAD_PATH = data/avatars
---
> AVATAR_UPLOAD_PATH = /srv/gogs/data/avatars
-211c211
+230c228
< PATH = data/attachments
---
> PATH = /srv/gogs/data/attachments
-226c226
+245c243
< ROOT_PATH =
---
> ROOT_PATH = /var/log/gogs