diff --git a/config/config.php b/config/config.php index 12d6517..ab723f2 100644 --- a/config/config.php +++ b/config/config.php @@ -5,7 +5,7 @@ * @Author: kangkang * @Date: 2020-09-30 17:32:46 * @LastEditors: “wanyongkang” “937888580@qq.com” - * @LastEditTime: 2023-06-30 17:56:11 + * @LastEditTime: 2023-11-29 13:57:52 */ return [ @@ -28,7 +28,7 @@ return [ 'port' => 3306, 'dbname' => 'hualianyun', 'username' => 'root', - 'password' => 'qaz123!@#', + 'password' => '123456789', ], // 线上数据库连接 'formal_db' => [ @@ -36,7 +36,7 @@ return [ 'port' => 3306, 'dbname' => 'hualianyun', 'username' => 'root', - 'password' => 'qaz123!@#', + 'password' => '123456789', ], //线上地址 'formal_origin' => [ @@ -47,19 +47,18 @@ return [ // 跨域请求 'origin' => [ 'http://www.juip.wyk', - 'http://admin.juip.wyk', 'http://www.juip.com', 'http://localhost:5000', 'http://juip.com', 'http://wiwuw.juip.com', 'http://localhost:8081', - 'http://register.wyk', 'http://popularize.juip.com', 'http://agent.juip.com', 'http://refund.juip.com', 'http://account.juip.com', 'http://select_addr.juip.com', - 'http://rg.jkip.com' + 'http://rg.jkip.com', + 'http://http.wyk' ], //支付宝 'alipay' => [