summarylogtreecommitdiffstats
path: root/app.ini.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app.ini.patch')
-rw-r--r--app.ini.patch18
1 files changed, 10 insertions, 8 deletions
diff --git a/app.ini.patch b/app.ini.patch
index 1952500b929d..f695409d1b18 100644
--- a/app.ini.patch
+++ b/app.ini.patch
@@ -6,29 +6,31 @@
< ROOT =
---
> ROOT = /srv/gogs/repo
-95,97c95
+95c95
< STATIC_ROOT_PATH =
-< ; Default path for App data
-< APP_DATA_PATH = data
---
> STATIC_ROOT_PATH = /usr/share/themes/gogs/default
-120c118
+97c97
+< APP_DATA_PATH = data
+---
+> APP_DATA_PATH = /srv/gogs/data
+120c120
< PATH = data/gogs.db
---
> PATH = /srv/gogs/sqlite/gogs.db
-207c205
+207c207
< PROVIDER_CONFIG = data/sessions
---
> PROVIDER_CONFIG = /srv/gogs/sessions
-220c218
+220c220
< AVATAR_UPLOAD_PATH = data/avatars
---
> AVATAR_UPLOAD_PATH = /srv/gogs/data/avatars
-230c228
+230c230
< PATH = data/attachments
---
> PATH = /srv/gogs/data/attachments
-245c243
+245c245
< ROOT_PATH =
---
> ROOT_PATH = /var/log/gogs