summarylogtreecommitdiffstats
path: root/app.ini.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app.ini.patch')
-rw-r--r--app.ini.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/app.ini.patch b/app.ini.patch
deleted file mode 100644
index bcc8d34be1bc..000000000000
--- a/app.ini.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-1,3d0
-< # NEVER EVER MODIFY THIS FILE
-< # PLEASE MAKE CHANGES ON CORRESPONDING CUSTOM CONFIG FILE
-<
-7c4
-< RUN_USER = git
----
-> RUN_USER = gogs
-12c9
-< ROOT =
----
-> ROOT = /srv/gogs/repo
-39c36
-< STATIC_ROOT_PATH =
----
-> STATIC_ROOT_PATH = /usr/share/themes/gogs/default
-55c52
-< PATH = data/gogs.db
----
-> PATH = /srv/gogs/sqlite/gogs.db
-174c171
-< PROVIDER_CONFIG = data/sessions
----
-> PROVIDER_CONFIG = /srv/gogs/sessions
-189c186
-< AVATAR_UPLOAD_PATH = data/avatars
----
-> AVATAR_UPLOAD_PATH = /srv/gogs/data/avatars
-198c195
-< PATH = data/attachments
----
-> PATH = /srv/gogs/data/attachments
-213c210
-< ROOT_PATH =
----
-> ROOT_PATH = /var/log/gogs