Replace pusher with action cable (#178)

closes #43
This commit is contained in:
Pranav Raj S 2019-10-25 01:37:01 +05:30 committed by Sojan Jose
parent c0354364ff
commit f4358d9993
28 changed files with 144 additions and 165 deletions

View file

@ -26,17 +26,6 @@ development:
Following changes has to be in `config/application.yml`
### Configure Pusher
Chatwoot uses [Pusher](https://pusher.com/) to handle realtime messages. Create a free account on Pusher and fill the following environment values.
```yml
pusher_app_id: ''
pusher_key: ''
pusher_secret: ''
pusher_cluster: ''
```
### Configure FB Channel
To use FB Channel, you have to create an Facebook app in developer portal. You can find more details about creating FB channels [here](https://developers.facebook.com/docs/apps/#register)