wokerman chat
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chat_room/Config/Db.php

16 lines
241 B

<?php
namespace Config;
class Db {
/**
*Db config
*/
public static $dbDefault = array(
'host'=>'',
'port'=>'3306',
'user'=>'root',
'password'=>'a54647dad0',
'dbname'=>'',
);
}