aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-04-05 19:38:44 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-04-05 19:38:44 +0700
commitf1712cd2f1ec6061f70d259f8f5e2b7e9f408d8c (patch)
tree8b72215d1579dd7be5a5d3f5c5126c36ac26aa2b /docs
parent9c9eec62c2fb67507708dd9e5d3f80a098881a6e (diff)
downloadpleroma-f1712cd2f1ec6061f70d259f8f5e2b7e9f408d8c.tar.gz
Use PleromaJobQueue in Pleroma.Web.Push
Diffstat (limited to 'docs')
-rw-r--r--docs/config.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/config.md b/docs/config.md
index 06d6fd757..6f3119573 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -218,14 +218,14 @@ This section is used to configure Pleroma-FE, unless ``:managed_config`` in ``:i
- `port`
* `url` - a list containing the configuration for generating urls, accepts
- `host` - the host without the scheme and a post (e.g `example.com`, not `https://example.com:2020`)
- - `scheme` - e.g `http`, `https`
+ - `scheme` - e.g `http`, `https`
- `port`
- `path`
**Important note**: if you modify anything inside these lists, default `config.exs` values will be overwritten, which may result in breakage, to make sure this does not happen please copy the default value for the list from `config.exs` and modify/add only what you need
-Example:
+Example:
```elixir
config :pleroma, Pleroma.Web.Endpoint,
url: [host: "example.com", port: 2020, scheme: "https"],
@@ -317,6 +317,7 @@ Pleroma has the following queues:
* `federator_outgoing` - Outgoing federation
* `federator_incoming` - Incoming federation
* `mailer` - Email sender, see [`Pleroma.Mailer`](#pleroma-mailer)
+* `web_push` - Web push notifications
Example: