From 468f1f9cb705ee02b4fb0e7e090cd26027044e12 Mon Sep 17 00:00:00 2001 From: Stephen <23201165+notstephen@users.noreply.github.com> Date: Sun, 18 Oct 2020 13:01:09 -0700 Subject: [PATCH] Reflect Discourse default of HTTPS (#482) Discourse installs HTTPS as standard, so mail-receiver should probably reflect this too. --- samples/mail-receiver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/mail-receiver.yml b/samples/mail-receiver.yml index 9035b4b..bd7859e 100644 --- a/samples/mail-receiver.yml +++ b/samples/mail-receiver.yml @@ -29,7 +29,7 @@ env: ## This is simply your forum's base URL, with `/admin/email/handle_mail` ## appended. Be careful if you're running a subfolder setup -- in that case, ## the URL needs to have the subfolder included! - DISCOURSE_MAIL_ENDPOINT: 'http://discourse.example.com/admin/email/handle_mail' + DISCOURSE_MAIL_ENDPOINT: 'https://discourse.example.com/admin/email/handle_mail' ## The master API key of your Discourse forum. You can get this from ## the "API" tab of your admin panel. -- 2.25.1