mirror of
https://github.com/kevinpapst/kimai2.git
synced 2024-12-22 12:18:29 +00:00
ca846b5fbf
* use html5 email validation * remove static cache seed, for compatibility with non default (file based) caches * added caching ConfigurationService, removed use of doctrine result cache * simplify configuration API
18 lines
529 B
YAML
18 lines
529 B
YAML
framework:
|
|
cache:
|
|
#app: cache.adapter.redis
|
|
#default_redis_provider: redis://127.0.0.1:6379
|
|
|
|
#app: cache.adapter.memcached
|
|
#default_memcached_provider: 'memcached://localhost'
|
|
|
|
# APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
|
|
#app: cache.adapter.apcu
|
|
|
|
pools:
|
|
doctrine.result_cache_pool:
|
|
adapter: cache.app
|
|
|
|
doctrine.system_cache_pool:
|
|
adapter: cache.system
|