Add web push support
[akkoma] / lib / mix / tasks / sample_config.eex
index 3881ead26dacad84a5c5f8d50af6809203ab9d1c..f2272b10a76214022c18d1d035d8a80fc60178eb 100644 (file)
@@ -25,6 +25,12 @@ config :pleroma, Pleroma.Repo,
   hostname: "localhost",
   pool_size: 10
 
+# Configure web push notifications
+config :web_push_encryption, :vapid_details,
+  subject: "mailto:<%= email %>",
+  public_key: "<%= web_push_public_key %>",
+  private_key: "<%= web_push_private_key %>"
+
 # Configure S3 support if desired.
 # The public S3 endpoint is different depending on region and provider,
 # consult your S3 provider's documentation for details on what to use.