diff --git a/web/config.php b/web/config.php deleted file mode 100644 index 8e6ec70..0000000 --- a/web/config.php +++ /dev/null @@ -1,22 +0,0 @@ - [ - ['node_id'=>'1', 'type'=>'local'], //本地节点 - // ['node_id'=>'2', 'type'=>'remote', 'api'=>'http://www.example.com/api.php'], //远程节点,需填写监控接口地址 - ], - - //国外组 - 'group_2' => [ - ['node_id'=>'1', 'type'=>'local'], //本地节点 - // ['node_id'=>'2', 'type'=>'remote', 'api'=>'http://www.example.com/api.php'], //远程节点,需填写监控接口地址 - ], -]; \ No newline at end of file