first commit
This commit is contained in:
19
config/config.php
Normal file
19
config/config.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
return [
|
||||
'serverRoot' => 'https://openapi.yeepay.com/yop-center',
|
||||
'yosServerRoot' => 'https://openapi.yeepay.com/yop-center',
|
||||
'appKey' => '',
|
||||
'secretKey' => '',
|
||||
'encryptKey' => '',
|
||||
'merchantNo' => '',
|
||||
'storeType' => 'string',
|
||||
'certType' => 'RSA2048',
|
||||
'yopPublicKey' => '',
|
||||
'isvPrivateKey' => '',
|
||||
'httpClient' => [
|
||||
'connect_timeout' => 10000,
|
||||
'read_timeout' => 30000,
|
||||
'max_conn_total' => 2000,
|
||||
'max_conn_per_route' => 1000,
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user