summarylogtreecommitdiffstats
path: root/app.ini.patch
diff options
context:
space:
mode:
authorThomas Fanninger2015-08-23 15:39:26 +0200
committerThomas Fanninger2015-08-23 15:39:26 +0200
commitac4daf2193a1c5a35225f878a833a36b85c343d5 (patch)
treef8ee01920775c36bb58e50992fb204856ca13c1a /app.ini.patch
parent4c4755c13bd01829aa406166a7af9aec00e32a20 (diff)
downloadaur-ac4daf2193a1c5a35225f878a833a36b85c343d5.tar.gz
Update build script + add some workarounds
Diffstat (limited to 'app.ini.patch')
-rw-r--r--app.ini.patch20
1 files changed, 8 insertions, 12 deletions
diff --git a/app.ini.patch b/app.ini.patch
index bcc8d34be1bc..dd912fd9e8e1 100644
--- a/app.ini.patch
+++ b/app.ini.patch
@@ -1,36 +1,32 @@
-1,3d0
-< # NEVER EVER MODIFY THIS FILE
-< # PLEASE MAKE CHANGES ON CORRESPONDING CUSTOM CONFIG FILE
-<
-7c4
+7c7
< RUN_USER = git
---
> RUN_USER = gogs
-12c9
+12c12
< ROOT =
---
> ROOT = /srv/gogs/repo
-39c36
+43c43
< STATIC_ROOT_PATH =
---
> STATIC_ROOT_PATH = /usr/share/themes/gogs/default
-55c52
+59c59
< PATH = data/gogs.db
---
> PATH = /srv/gogs/sqlite/gogs.db
-174c171
+184c184
< PROVIDER_CONFIG = data/sessions
---
> PROVIDER_CONFIG = /srv/gogs/sessions
-189c186
+199c199
< AVATAR_UPLOAD_PATH = data/avatars
---
> AVATAR_UPLOAD_PATH = /srv/gogs/data/avatars
-198c195
+209c209
< PATH = data/attachments
---
> PATH = /srv/gogs/data/attachments
-213c210
+224c224
< ROOT_PATH =
---
> ROOT_PATH = /var/log/gogs