作者 潘浩文
1 个管道 的构建 通过 耗费 2 秒

websocket协议测试

... ... @@ -9,7 +9,7 @@ return [
// 服务器地址
'hostname' => 'rm-m5eblhc9o3515i25n.mysql.rds.aliyuncs.com',
// 数据库名
'database' => 'scoreshop',
'database' => 'fupai',
// 用户名
'username' => 'db136s1ehvo1yn73',
// 密码
... ... @@ -19,7 +19,7 @@ return [
// 数据库编码默认采用utf8
'charset' => 'utf8mb4',
// 数据库表前缀
'prefix' => 'sc_',
'prefix' => 'fp_',
"authcode" => 'V0h0Rmd0Y5lmguZgjH',
'auto_timestamp' => true,
'datetime_format' => 'Y-m-d H:i:s',
... ...