mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
16 lines
469 B
YAML
16 lines
469 B
YAML
# Read the documentation: https://github.com/timiki/rpc-server-bundle
|
|
|
|
rpc_server:
|
|
|
|
mapping: '%kernel.root_dir%/Method'
|
|
|
|
# id cache service, must be instance of Doctrine\Common\Cache\CacheProvider
|
|
# by default use file cache
|
|
|
|
cache: null
|
|
|
|
# id serializer service, must be instance of Timiki\Bundle\RpcServerBundle\Serializer\SerializerInterface
|
|
# by default use 'rpc.server.serializer.base' service
|
|
|
|
serializer: 'rpc.server.serializer.base'
|