passer par un alias pour les websockets
This commit is contained in:
@ -127,16 +127,16 @@ gos_web_socket:
|
||||
firewall: main
|
||||
shared_config: true
|
||||
server:
|
||||
port: %websocket_port% #The port the socket server will listen on
|
||||
host: %websocket_host% #The host ip to bind to
|
||||
port: 443 #The port the socket server will listen on
|
||||
host: %weburl%/wssninegate #The host ip to bind to
|
||||
|
||||
router:
|
||||
resources:
|
||||
- "@CadolesWebsocketBundle/Resources/config/topic.yml"
|
||||
pushers:
|
||||
wamp:
|
||||
host: %websocket_host%
|
||||
port: %websocket_portinterne%
|
||||
host: 0.0.0.0
|
||||
port: 5556
|
||||
|
||||
# ckeditor configuration
|
||||
ivory_ck_editor:
|
||||
|
Reference in New Issue
Block a user