about summary refs log tree commit diff
path: root/config/initializers/vapid.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/initializers/vapid.rb')
-rw-r--r--config/initializers/vapid.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/vapid.rb b/config/initializers/vapid.rb
index 74e07377c..618f5a3fb 100644
--- a/config/initializers/vapid.rb
+++ b/config/initializers/vapid.rb
@@ -6,7 +6,7 @@ Rails.application.configure do
   # You should only generate this once per instance. If you later decide to change it, all push subscription will
   # be invalidated, requiring the users to access the website again to resubscribe.
   #
-  # ruby -e "require 'webpush'; vapid_key = Webpush.generate_key; puts vapid_key.private_key; puts vapid_key.public_key;"
+  # Generate with `rake mastodon:webpush:generate_vapid_key` task (`docker-compose run --rm web rake mastodon:webpush:generate_vapid_key` if you use docker compose)
   #
   # For more information visit https://rossta.net/blog/using-the-web-push-api-with-vapid.html