2016-09-22 13:56:57 +02:00
|
|
|
services:
|
|
|
|
|
# mine_seeker.example:
|
|
|
|
|
# class: Mine\SeekerBundle\Example
|
|
|
|
|
# arguments: ["@service_id", "plain_value", %parameter%]
|
2016-10-18 15:58:53 +02:00
|
|
|
|
|
|
|
|
session.handler.pdo:
|
|
|
|
|
class: Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler
|
|
|
|
|
arguments:
|
|
|
|
|
- "mysql:dbname=%database_name%"
|
|
|
|
|
- { db_table: sessions, db_username: myuser, db_password: mypassword }
|
|
|
|
|
|
|
|
|
|
# gos_web_scocket.client_storage.driver.predis:
|
|
|
|
|
# class: Gos\Bundle\WebSocketBundle\Client\Driver\PredisDriver
|
|
|
|
|
# arguments:
|
|
|
|
|
# - "@cache.adapter.redis"
|
|
|
|
|
|
|
|
|
|
acme_hello.topic_sample_service:
|
|
|
|
|
class: Mine\SeekerBundle\Topic\AcmeTopic
|
|
|
|
|
tags:
|
|
|
|
|
- { name: gos_web_socket.topic }
|
|
|
|
|
# arguments:
|
|
|
|
|
# - { clientManipulator: "@gos_web_socket.websocket.client_manipulator" }
|
|
|
|
|
|
|
|
|
|
acme_hello.rpc_sample_service:
|
|
|
|
|
class: Mine\SeekerBundle\Rpc\AcmeRpc
|
|
|
|
|
tags:
|
|
|
|
|
- { name: gos_web_socket.rpc }
|