作者 lihan
1 个管道 的构建 通过 耗费 3 秒

微信接入自动部署

<?php
return
[
'AppID' => 'wx89d9ac6d013cfe38',
'AppSecret' => '01df709fc22b33d9f78b2f4023aa8dc2'
];
\ No newline at end of file
... ...
... ... @@ -7,13 +7,13 @@ return [
// 数据库类型
'type' => 'mysql',
// 服务器地址
'hostname' => '192.168.1.188',
'hostname' => 'rm-m5eblhc9o3515i25n.mysql.rds.aliyuncs.com',
// 数据库名
'database' => 'sami',
// 用户名
'username' => 'root',
'username' => 'db136s1ehvo1yn73',
// 密码
'password' => '123456',
'password' => 'cxz307311SJK',
// 端口
'hostport' => '3306',
// 数据库编码默认采用utf8
... ...