We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4995f9 commit e193f5eCopy full SHA for e193f5e
README.md
@@ -146,11 +146,11 @@ doctrine:
146
147
dama_doctrine_test:
148
connection_keys:
149
- # assigning different keys will result in separate internal driver connection being used for primary and replica
+ # assigning different keys will result in separate internal driver connections being used for primary and replica
150
default:
151
primary: custom_key_primary
152
replicas:
153
- replica_one: custom_key_primary_replica
+ replica_one: custom_key_replica
154
```
155
156
### Example
0 commit comments