--wip-- [skip ci]
Some checks failed
Cadoles/hydra-sql/pipeline/head There was a failure building this commit

This commit is contained in:
2025-09-26 16:43:39 +02:00
parent d79cf65bb4
commit 9318e753c1
32 changed files with 1489 additions and 1352 deletions

View File

@@ -1,19 +1,15 @@
framework:
cache:
# Unique name of your app: used to compute stable namespaces for cache keys.
#prefix_seed: your_vendor_name/app_name
# The "app" cache stores to the filesystem by default.
# The data in this cache should persist between deploys.
# Other options include:
# Redis
prefix_seed: '%env(VERSION)%'
app: cache.adapter.redis
default_redis_provider: '%env(REDIS_DSN)%'
# APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
#app: cache.adapter.apcu
# Namespaced pools use the above "app" backend by default
#pools:
#my.dedicated.cache: null
pools:
cache.validator:
adapter: cache.adapter.apcu
cache.serializer:
adapter: cache.adapter.apcu
cache.annotations:
adapter: cache.adapter.apcu
cache.webpack_encore:
adapter: cache.adapter.apcu

View File

@@ -0,0 +1,6 @@
monolog:
handlers:
stdout:
type: stream
path: php://stdout
level: debug