Reflect Discourse default of HTTPS (#482)
authorStephen <23201165+notstephen@users.noreply.github.com>
Sun, 18 Oct 2020 20:01:09 +0000 (13:01 -0700)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 20:01:09 +0000 (13:01 -0700)
Discourse installs HTTPS as standard, so mail-receiver should probably reflect this too.

samples/mail-receiver.yml

index 9035b4b92f6add8c04360d9a5457113870e68de4..bd7859eda68b60eeec91e12bf4a6a3876c1c2b41 100644 (file)
@@ -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.