From e1c01d42eabcf219107dcf4231ee40e417cac1b4 Mon Sep 17 00:00:00 2001 From: Sadiq Saif Date: Sat, 26 Aug 2017 12:53:14 -0400 Subject: [PATCH] Add VAPID keys section to needed variables section (#385) VAPID keys are necessary for Web Push notifications to work. Also fix a small typo. --- Running-Mastodon/Production-guide.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Running-Mastodon/Production-guide.md b/Running-Mastodon/Production-guide.md index b6374440..b3758cec 100644 --- a/Running-Mastodon/Production-guide.md +++ b/Running-Mastodon/Production-guide.md @@ -399,11 +399,16 @@ LOCAL_DOMAIN=example.com LOCAL_HTTPS=true # Application secrets -# Generate each eith `RAILS_ENV=production bundle exec rake secret` +# Generate each with `RAILS_ENV=production bundle exec rake secret` PAPERCLIP_SECRET= SECRET_KEY_BASE= OTP_SECRET= +# Web Push VAPID keys +# Generate with `RAILS_ENV=production bundle exec rake mastodon:webpush:generate_vapid_key` +VAPID_PRIVATE_KEY= +VAPID_PUBLIC_KEY= + # All SMTP details, Mailgun and Sparkpost have free tiers SMTP_SERVER= SMTP_PORT=