Merge branch 'master' of git.int.haowumc.com:composer/php-json-rpc
This commit is contained in:
commit
5a0aadbb60
|
@ -41,5 +41,9 @@ return [
|
||||||
'local' => true,
|
'local' => true,
|
||||||
'base_uri' => env('RPC_OP_URI','http://op.dev.haowumc.com'),
|
'base_uri' => env('RPC_OP_URI','http://op.dev.haowumc.com'),
|
||||||
],
|
],
|
||||||
|
'payment' => [
|
||||||
|
'local' => true,
|
||||||
|
'base_uri' => env('RPC_PAYMENT_URI','http://payapi.dev.haowumc.com'),
|
||||||
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user