Merge branch 'feature/rpc_alert' into 'master'

地址

See merge request composer/php-alert-client!2
This commit is contained in:
董巍 2019-07-10 18:37:54 +08:00
commit 029c02969b

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',
], ],
], ],
]); ]);