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