From 04dd106739d9ab8a0520b92c9b51f663e566782d Mon Sep 17 00:00:00 2001 From: Georg Abenthung <georg@abenthung.name> Date: Thu, 22 Jul 2021 07:42:50 +0000 Subject: [PATCH] Update env.prod.sample --- deploy/env.prod.sample | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy/env.prod.sample b/deploy/env.prod.sample index 4b6b0f86ed..b8cb4e3d43 100644 --- a/deploy/env.prod.sample +++ b/deploy/env.prod.sample @@ -55,7 +55,6 @@ FUNKWHALE_PROTOCOL=https # `python3 -c 'import urllib.parse; print(urllib.parse.quote_plus # ("noreply@youremail.host"))'` # (returns `noreply%40youremail.host`) - # EMAIL_CONFIG=smtp://user@:password@youremail.host:25 # EMAIL_CONFIG=smtp+ssl://user@:password@youremail.host:465 # EMAIL_CONFIG=smtp+tls://user@:password@youremail.host:587 -- GitLab