forked from loafle/openapi-generator-original
40 lines
975 B
YAML
40 lines
975 B
YAML
#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
|