Update Notifier bridge readme

This commit is contained in:
Jérémy Romey 2020-08-27 14:57:37 +02:00
parent 9c86cd2b4e
commit 17c0784c44
No known key found for this signature in database
GPG Key ID: 4DC57D63BA79D810
4 changed files with 49 additions and 0 deletions

View File

@ -3,6 +3,18 @@ Firebase Notifier
Provides Firebase integration for Symfony Notifier.
DSN example
-----------
```
// .env file
FIREBASE_DSN=firebase://USERNAME:PASSWORD@default
```
where:
- `USERNAME` is your Firebase username
- `PASSWORD` is your Firebase password
Resources
---------

View File

@ -3,6 +3,18 @@ Mattermost Notifier
Provides Mattermost integration for Symfony Notifier.
DSN example
-----------
```
// .env file
MATTERMOST_DSN=mattermost://ACCESS_TOKEN@default?channel=CHANNEL
```
where:
- `ACCESS_TOKEN` is your Mattermost access token
- `CHANNEL` is your Mattermost channel
Resources
---------

View File

@ -3,6 +3,18 @@ RocketChat Notifier
Provides RocketChat integration for Symfony Notifier.
DSN example
-----------
```
// .env file
ROCKETCHAT_DSN=rocketchat://ACCESS_TOKEN@default?channel=CHANNEL
```
where:
- `ACCESS_TOKEN` is your RocketChat access token
- `CHANNEL` is your RocketChat channel
Resources
---------

View File

@ -3,6 +3,19 @@ Sinch Notifier
Provides Sinch integration for Symfony Notifier.
DSN example
-----------
```
// .env file
SINCH_DSN=sinch://SERVICE_PLAN_ID:AUTH_TOKEN@default?from=FROM
```
where:
- `SERVICE_PLAN_ID` is your Sinch service plan id
- `AUTH_TOKEN` is your Sinch auth token
- `FROM` is your sender
Resources
---------