Merge branch 'feature/rpc_alert' into 'master'

alert 请求实体机器

See merge request composer/php-alert-client!4
This commit is contained in:
董巍 2019-07-11 15:34:03 +08:00
commit 4133ce2995

View File

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