[ 'dsn' => 'mongodb://travis:test@localhost:27017/yii2test', 'options' => [], 'driverOptions' => [], ] ]; if (is_file(__DIR__ . '/config.local.php')) { include(__DIR__ . '/config.local.php'); } return $config;