$slaveConfig public property
The configuration that should be merged with every slave configuration listed in $slaves. For example, [
'username' => 'slave',
'password' => 'slave',
'attributes' => [
// use a smaller connection timeout
PDO::ATTR_TIMEOUT => 10,
],
]
public array $slaveConfig = []