summarylogtreecommitdiffstats
path: root/0001-Adjust-config-for-Arch-Linux-package.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Adjust-config-for-Arch-Linux-package.patch')
-rw-r--r--0001-Adjust-config-for-Arch-Linux-package.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0001-Adjust-config-for-Arch-Linux-package.patch b/0001-Adjust-config-for-Arch-Linux-package.patch
index 924ce2205ac1..e5e35fbd7fd0 100644
--- a/0001-Adjust-config-for-Arch-Linux-package.patch
+++ b/0001-Adjust-config-for-Arch-Linux-package.patch
@@ -1,5 +1,5 @@
--- app.ini
-+++ app.ini 2017-10-04 10:39:12.000000000 +0300
++++ app.ini 2017-10-05 18:08:31.000000000 +0300
@@ -1,12 +1,12 @@
; App name that shows on every page title
APP_NAME = Gitea: Git with a cup of tea
@@ -95,8 +95,8 @@
USE_CERTIFICATE = false
-CERT_FILE = custom/mailer/cert.pem
-KEY_FILE = custom/mailer/key.pem
-+CERT_FILE = /var/lib/gitea/custom/mailer/cert.pem
-+KEY_FILE = /var/lib/gitea/custom/mailer/key.pem
++CERT_FILE = /var/lib/gitea/cert/cert.pem
++KEY_FILE = /var/lib/gitea/cert/key.pem
; Mail from address, RFC 5322. This can be just an email address, or the `"Name" <email@example.com>` format
FROM =
; Mailer user name and password