We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e134083 commit 09e62a5Copy full SHA for 09e62a5
reference/configuration/doctrine.rst
@@ -52,6 +52,10 @@ The following block shows all possible configuration keys:
52
path: '%kernel.project_dir%/var/data/data.sqlite'
53
memory: true
54
unix_socket: /tmp/mysql.sock
55
+ replicas:
56
+ read_only_replica:
57
+ url: mysql://db_user:[email protected]:3306/db_name_replica
58
+ keep_replica: true
59
# the DBAL wrapperClass option
60
wrapper_class: App\DBAL\MyConnectionWrapper
61
charset: utf8mb4
0 commit comments