--wip-- [skip ci]
Some checks failed
Cadoles/hydra-sql/pipeline/head There was a failure building this commit
Some checks failed
Cadoles/hydra-sql/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -8,4 +8,5 @@ return [
|
||||
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
|
||||
Sentry\SentryBundle\SentryBundle::class => ['all' => true],
|
||||
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
|
||||
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
|
||||
];
|
||||
|
@@ -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
|
||||
|
6
config/packages/monolog.yaml
Normal file
6
config/packages/monolog.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
monolog:
|
||||
handlers:
|
||||
stdout:
|
||||
type: stream
|
||||
path: php://stdout
|
||||
level: debug
|
@@ -4,6 +4,7 @@
|
||||
# Put parameters here that don't need to change on each machine where the app is deployed
|
||||
# https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration
|
||||
parameters:
|
||||
.container.dumper.inline_factories: true
|
||||
# Données de connexion à la base de données distante
|
||||
database.dsn: "%env(resolve:DSN_REMOTE_DATABASE)%"
|
||||
database.user: "%env(resolve:DB_USER)%"
|
||||
|
Reference in New Issue
Block a user