From 0232335ad93e520dd86080c7de9b205fa34f4c53 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Sun, 6 May 2018 16:54:01 +0200
Subject: [PATCH] Typo

---
 deploy/env.prod.sample | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/deploy/env.prod.sample b/deploy/env.prod.sample
index 4b27595af6..42659a0dab 100644
--- a/deploy/env.prod.sample
+++ b/deploy/env.prod.sample
@@ -48,9 +48,9 @@ FUNKWHALE_URL=https://yourdomain.funwhale
 # EMAIL_CONFIG=consolemail://         # output emails to console (the default)
 # EMAIL_CONFIG=dummymail://          # disable email sending completely
 # On a production instance, you'll usually want to use an external SMTP server:
-# 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'
+# 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
 
 # The email address to use to send systme emails. By default, we will
 # DEFAULT_FROM_EMAIL=noreply@yourdomain
-- 
GitLab