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: 7.8.0
Show newest version
#Empty configuration placeholder, remove when you add any real configuration settings to this file
{}

#Enable configuration cache
#cache_configuration: true

#Articus\PathHandler\RouteInjection\Factory:
#  #Enable routing table cache
#  router:
#    cache:
#      adapter: filesystem
#      options:
#        cache_dir: data/cache/ZendCache
#        namespace: ph-router
#      plugins:
#        serializer:
#          serializer: phpserialize
#  #Enable handler metadata cache
#  metadata:
#    cache:
#      adapter: filesystem
#      options:
#        cache_dir: data/cache/ZendCache
#        namespace: ph-metadata
#      plugins:
#        serializer:
#          serializer: phpserialize

#Enable data transfer metadata cache for DTOs
#Articus\DataTransfer\Service:
#  metadata_cache:
#    adapter:
#      name: filesystem
#      options:
#        cache_dir: data/cache/ZendCache
#        namespace: dt
#    plugins:
#      serializer:
#        serializer: phpserialize




© 2015 - 2024 Weber Informatics LLC | Privacy Policy