...
Name | Type | Description | ||
---|---|---|---|---|
enabled | boolean |
| ||
push_service_subject | string | Used as the subject in the VAPID method for the push service. This should must be either a “mailTo-Link” or the URI to your site. Example:
| ||
urgency | string | Optional – default is |
Note |
---|
The following attributes are for internal configuration only, use with caution |
Code Block | ||
---|---|---|
| ||
application:
push:
deplay: 2000 # in ms
threadPoolSize: 1 |
|
|
|
---|---|---|
|
|
|
|
| The number of the threadpool used for processing the initial task for submitting a batch of notifications. |
|
| The delay in ms when the threadtask to process the notifications is launched. Should at least 2000ms in order to for customFields Permission checks to work. (lower the chance a dirty read on elasticsearch) |
VAPID Keys
In order to authenticate to the push service, Vapid Keys are used. Keys use the Elliptic Curve Diffie-Hellman format - ECDH. These are stored in the config folder and consist of a private key vapid_private_key
and a public key vapid_public_key
.
...
Code Block |
---|
section: sections: - name: expenses group: Mein Arbeitsplatz caption: Spesen push: titleSection: "{{sectionName}} - Neuigkeiten" titleSingleItem: "{{sectionName}} - Neuigkeiten" bodySection: "{{totalCount}} Aktualisierungen" bodySingleItem: "{{name}} {{#eq actionType \"created\"}}erstellt{{else}}aktualisiert{{/eq}}" |
...