summarylogtreecommitdiffstats
path: root/0001-Disable-Vault.patch
diff options
context:
space:
mode:
authorMarkus Richter2018-09-20 19:33:29 +0200
committerMarkus Richter2018-09-20 21:50:25 +0200
commit5c30385e801745963fe0df7d43b27cbbd13b1c59 (patch)
tree41e1e4b7e54542b8003ab89017b3ed29a60186dc /0001-Disable-Vault.patch
parentcff78125c4ac67c93da3f94cb2ffbbd0568c0c97 (diff)
downloadaur-5c30385e801745963fe0df7d43b27cbbd13b1c59.tar.gz
fixed openssl v1.1.1 incompatibility, clarified email configuration
Diffstat (limited to '0001-Disable-Vault.patch')
-rw-r--r--0001-Disable-Vault.patch20
1 files changed, 18 insertions, 2 deletions
diff --git a/0001-Disable-Vault.patch b/0001-Disable-Vault.patch
index 1b29f53e66c2..a35fe8a2fd1d 100644
--- a/0001-Disable-Vault.patch
+++ b/0001-Disable-Vault.patch
@@ -1,5 +1,7 @@
---- .env 2018-07-12 12:10:14.679534090 +0200
-+++ .env 2018-07-12 12:19:46.984580164 +0200
+diff --git a/.env b/.env
+index 475df85..4dfbb0e 100644
+--- a/.env
++++ b/.env
@@ -12,7 +12,7 @@
## Web vault settings
@@ -9,3 +11,17 @@
## Controls if new users can register
# SIGNUPS_ALLOWED=true
+@@ -42,9 +42,10 @@
+ # ROCKET_PORT=8000
+ # ROCKET_TLS={certs="/path/to/certs.pem",key="/path/to/key.pem"}
+
+-## Mail specific settings, if SMTP_HOST is specified, SMTP_USERNAME and SMTP_PASSWORD are mandatory
++## Mail specific settings, if SMTP_HOST is specified, SMTP_FROM, SMTP_USERNAME and SMTP_PASSWORD are mandatory
+ # SMTP_HOST=smtp.domain.tld
+ # SMTP_PORT=587
+ # SMTP_SSL=true
++# SMTP_FROM=email-adress@domain.tld
+ # SMTP_USERNAME=username
+-# SMTP_PASSWORD=password
+\ No newline at end of file
++# SMTP_PASSWORD=password