laupiFrpar/LopiPusherBundle Configuration for Symfony 4

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP

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

Popular posts from this blog

Executable numpy error

Trying to Print Gridster Items to PDF without overlapping contents

Hystrix command on request collapser fallback