summarylogtreecommitdiffstats
path: root/0001-Disable-Vault.patch
blob: a35fe8a2fd1d14362b0a8ff927d7fa3f13d0371c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
diff --git a/.env b/.env
index 475df85..4dfbb0e 100644
--- a/.env
+++ b/.env
@@ -12,7 +12,7 @@
 
 ## Web vault settings
 # WEB_VAULT_FOLDER=web-vault/
-# WEB_VAULT_ENABLED=true
+WEB_VAULT_ENABLED=false
 
 ## 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