All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ze-ph.config.yml Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
#Empty configuration placeholder, remove when you add any real configuration settings to this file
{}

#Enable configuration cache
#cache_configuration: true

#Enable routing cache for handlers
#Articus\PathHandler\Router\FastRouteAnnotation:
#  metadata_cache:
#    adapter:
#      name: filesystem
#      options:
#        cache_dir: data/cache/ZendCache
#        namespace: fast-route
#    plugins:
#      serializer:
#        serializer: phpserialize

#Enable consumer, attribute and producer cache for handlers
#Articus\PathHandler\Middleware:
#  metadata_cache:
#    adapter:
#      name: filesystem
#      options:
#        cache_dir: data/cache/ZendCache
#        namespace: path-handler
#    plugins:
#      serializer:
#        serializer: phpserialize

#Enable data transfer metadata cache for DTOs
#data_transfer:
#  metadata_cache:
#    adapter:
#      name: filesystem
#      options:
#        cache_dir: data/cache/ZendCache
#        namespace: data-transfer
#    plugins:
#      serializer:
#        serializer: phpserialize




© 2015 - 2024 Weber Informatics LLC | Privacy Policy