db-local.php 198 B

123456789
  1. <?php
  2. return [
  3. 'class' => 'yii\db\Connection',
  4. 'dsn' => 'mysql:host=121.196.226.188;dbname=log_system',
  5. 'username' => 'root',
  6. 'password' => 'bty8QFR29',
  7. 'charset' => 'utf8',
  8. ];