Skip to content

Commit 5396b54

Browse files
committed
boxes.inc.php: Fix box #1 default JSON-RPC connector
1 parent d187c17 commit 5396b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config/boxes.global.inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
$box_id=1;
5151
5252
// MI connector (via JSON backend): json:host:port/json
53-
$boxes[$box_id]['mi']['conn']="json:127.0.0.2:8080/json";
53+
$boxes[$box_id]['mi']['conn']="json:127.0.0.2:8888/mi";
5454
5555
5656
// monit host:port

0 commit comments

Comments
 (0)