commit e3cc9b3aeaffade5c4c64766881c1438ff21f71c Author: Ali Hatami Date: Sun Jun 23 19:24:38 2024 +0330 Add network json config diff --git a/net.json b/net.json new file mode 100644 index 0000000..fb9629b --- /dev/null +++ b/net.json @@ -0,0 +1,14 @@ +{ + "active": true, + "sync": true, + "scopes" : [ + {"scope": "global", "level": "debug"}, + {"scope": "command", "level": "debug"} + ], + "dispatchers": [ + {"type": "network", "option":"127.0.0.1:12345"} + ], + "options": { + "provider": "json" + } +}