You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks so much for this easy to use bundle!
I have a very simple setup and would like to know if its possible to react to a client connecting to the default realm?
This is my config:
voryx_thruway:
realm: 'realm1'
url: 'ws://127.0.0.1:8000' #The url that the clients will use to connect to the router
router:
ip: '127.0.0.1' # the ip that the router should start on
port: '8000' # public facing port. If authentication is enabled, this port will be protected
authentication: false # true will load the AuthenticationManager
locations:
bundles: ["AppBundle"]
I would greatly appreciate any pointers 🙏
The text was updated successfully, but these errors were encountered:
Hi,
Thanks so much for this easy to use bundle!
I have a very simple setup and would like to know if its possible to react to a client connecting to the default realm?
This is my config:
I would greatly appreciate any pointers 🙏
The text was updated successfully, but these errors were encountered: