修复语法问题
This commit is contained in:
@@ -16,19 +16,19 @@ return [
|
||||
|
||||
// 数据库连接
|
||||
'db' => [
|
||||
'host' => '127.0.0.1',
|
||||
'host' => 'mysql',
|
||||
'port' => 3306,
|
||||
'dbname' => 'hualianyun',
|
||||
'username' => 'root',
|
||||
'password' => 'qaz123!@#',
|
||||
'password' => '123456789',
|
||||
],
|
||||
// 线上数据库连接
|
||||
'formal_db' => [
|
||||
'host' => '127.0.0.1',
|
||||
'host' => 'mysql',
|
||||
'port' => 3306,
|
||||
'dbname' => 'hualianyun',
|
||||
'username' => 'root',
|
||||
'password' => 'qaz123!@#',
|
||||
'password' => '123456789',
|
||||
],
|
||||
//线上地址
|
||||
'formal_origin' => [
|
||||
@@ -58,7 +58,7 @@ return [
|
||||
'http://rg.jkip.com',
|
||||
'http://http.wyk',
|
||||
'http://taobao.juip.com',
|
||||
'http://register.wyk'
|
||||
'http://register.wyk',
|
||||
],
|
||||
//支付宝
|
||||
'alipay' => [
|
||||
|
||||
Reference in New Issue
Block a user