dirname ( dirname ( __DIR__ ) ) . '/vendor', // 'bootstrap' => [ // 'log', // 'queue' // ], 'components' => [ 'cache' => [ 'class' => 'yii\caching\FileCache' ], // 'db' => [ // 'class' => \yii\db\Connection::class, // 'dsn' => 'mysql:host=130.133.70.28;dbname=ggbn_sandbox', // 'username' => 'webuserwriter', // 'password' => 'writer', // 'charset' => 'utf8' // ], // 'queue' => [ // 'class' => \yii\queue\db\Queue::class, // // 'path' => 'c:/xampp/htdocs/portals/portal/ggbnsandbox/runtime/queue', // 'db' => [ // 'class' => \yii\db\Connection::class, // 'dsn' => 'mysql:host=130.133.70.28;dbname=ggbn_sandbox', // 'username' => 'webuserwriter', // 'password' => 'writer', // 'charset' => 'utf8' // ], // 'tableName' => '{{%queue}}', // Table name // 'channel' => 'default', // Queue channel key // 'mutex' => \yii\mutex\MysqlMutex::class, // Mutex that used to sync queries // 'as log' => \yii\queue\LogBehavior::class // ] ] ];