db-local.php 221 B

12345678910
  1. <?php
  2. return [
  3. 'class' => 'yii\db\Connection',
  4. 'dsn' => 'mysql:host=localhost;dbname=log_system',
  5. 'username' => 'root',
  6. 'password' => 'my@123456',
  7. 'charset' => 'utf8',
  8. 'tablePrefix' => 'amqp_'
  9. ];