Skip to content

Commit

Permalink
extend configuration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-hertel committed Nov 1, 2023
1 parent 224b42e commit f5d5772
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Resources/doc/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ Configuration Reference
# collation: utf8mb4_unicode_ci # When using doctrine/dbal 3.x
# engine: InnoDB
# Service identifier of a Psr\Cache\CacheItemPoolInterface implementation
# to use as the cache driver for dbal result sets.
result_cache: ~
replicas:
# A collection of named replica connections (e.g. replica1, replica2)
replica1:
Expand Down

0 comments on commit f5d5772

Please sign in to comment.