svg
This commit is contained in:
@ -5,6 +5,7 @@ imports:
|
||||
- { resource: services.yml }
|
||||
- { resource: "@CadolesCoreBundle/Resources/config/services.yml" }
|
||||
- { resource: "@CadolesPortalBundle/Resources/config/services.yml" }
|
||||
- { resource: "@CadolesWebsocketBundle/Resources/config/services.yml" }
|
||||
- { resource: twig.yml }
|
||||
|
||||
# Put parameters here that don't need to change on each machine where the app is deployed
|
||||
@ -125,6 +126,19 @@ light_saml_symfony_bridge:
|
||||
idp:
|
||||
files: '%saml_idps_list%'
|
||||
|
||||
# websocket configuration
|
||||
gos_web_socket:
|
||||
client:
|
||||
session_handler: session.handler.native_file
|
||||
firewall: main
|
||||
shared_config: true
|
||||
server:
|
||||
port: %websocket_port% #The port the socket server will listen on
|
||||
host: %weburl% #The host ip to bind to
|
||||
router:
|
||||
resources:
|
||||
- "@CadolesWebsocketBundle/Resources/config/topic.yml"
|
||||
|
||||
# ckeditor configuration
|
||||
ivory_ck_editor:
|
||||
base_path: "ckeditor"
|
||||
|
Reference in New Issue
Block a user