PHP Classes

File: tests/config/db.php

Recommend this page to a friend!
  Classes of Edgar Asatryan   YII2 notymo   tests/config/db.php   Download  
File: tests/config/db.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: YII2 notymo
Send iOS and Android push notifications
Author: By
Last change:
Date: 7 years ago
Size: 212 bytes
 

Contents

Class file image Download
<?php
return [
   
'class' => 'yii\db\Connection',
   
'dsn' => 'mysql:host=localhost;dbname=' . Yii::getAlias("@testDbName"),
   
'username' => 'root',
   
'password' => '',
   
'charset' => 'utf8',
];