This commit is contained in:
lisida 2019-07-10 18:37:13 +08:00
parent 80655ac74d
commit 74f2959272

View File

@ -4,7 +4,7 @@ define('RPC_CONFIG', [
'app' => env('APP_NAME'), 'app' => env('APP_NAME'),
'client' => [ 'client' => [
'auth' => [ 'auth' => [
'base_uri' => 'http://auth.in.haowumc.com', 'base_uri' => 'http://10.0.2.99',
], ],
], ],
]); ]);