|
@@ -244,7 +244,7 @@ INSERT INTO settings (key, value) VALUES
|
|
|
('upload.s3.bucket_domain', '""'),
|
|
|
('upload.s3.bucket_path', '"/"'),
|
|
|
('upload.s3.bucket_type', '"public"'),
|
|
|
- ('upload.s3.expiry', '"14d"'),
|
|
|
+ ('upload.s3.expiry', '"167h"'),
|
|
|
('smtp',
|
|
|
'[{"enabled":true, "host":"smtp.yoursite.com","port":25,"auth_protocol":"cram","username":"username","password":"password","hello_hostname":"","max_conns":10,"idle_timeout":"15s","wait_timeout":"5s","max_msg_retries":2,"tls_type":"STARTTLS","tls_skip_verify":false,"email_headers":[]},
|
|
|
{"enabled":false, "host":"smtp.gmail.com","port":465,"auth_protocol":"login","username":"username@gmail.com","password":"password","hello_hostname":"","max_conns":10,"idle_timeout":"15s","wait_timeout":"5s","max_msg_retries":2,"tls_type":"TLS","tls_skip_verify":false,"email_headers":[]}]'),
|