From: Stephen <23201165+notstephen@users.noreply.github.com> Date: Sun, 18 Oct 2020 20:01:09 +0000 (-0700) Subject: Reflect Discourse default of HTTPS (#482) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=468f1f9cb705ee02b4fb0e7e090cd26027044e12;p=discourse_docker.git Reflect Discourse default of HTTPS (#482) Discourse installs HTTPS as standard, so mail-receiver should probably reflect this too. --- 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.