laupiFrpar/LopiPusherBundle Configuration for Symfony 4


laupiFrpar/LopiPusherBundle Configuration for Symfony 4
I got this error:
Invalid configuration for path "lopi_pusher": Either url or app_id, key and secret needs to be set.
With this pusher_php_server.yaml:
services:
PusherPusher:
public: true
arguments:
- '%env(PUSHER_KEY)%'
- '%env(PUSHER_SECRET)%'
- '%env(PUSHER_APP_ID)%'
And these variables defined on .env as PUSHER_HOST=api-eu.pusher.com etc ...
Also I'd need to config:
timeout: '%env(PUSHER_TIMEOUT)%'
debug: '%env(PUSHER_DEBUG)%'
scheme: '%env(PUSHER_SCHEME)%'
port: '%env(PUSHER_PORT)%'
host: '%env(PUSHER_HOST)%'
cluster: '%env(PUSHER_CLUSTER)%'
auth_service_id: my_channel_authenticator
But don't know where...
Thanks!
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Comments
Post a Comment