v1.0.10
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* 数据库配置文件
|
||||
* 返回数组,供 api/common/db.php 读取
|
||||
*/
|
||||
return [
|
||||
'host' => '127.0.0.1',
|
||||
'port' => 3306,
|
||||
'dbname' => 'mysuperlink',
|
||||
'username' => 'mysuperlink_root',
|
||||
'password' => '123456',
|
||||
'charset' => 'utf8mb4',
|
||||
];
|
||||
Reference in New Issue
Block a user