From e3cc9b3aeaffade5c4c64766881c1438ff21f71c Mon Sep 17 00:00:00 2001 From: Ali Hatami Date: Sun, 23 Jun 2024 19:24:38 +0330 Subject: [PATCH] Add network json config --- net.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 net.json 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" + } +}