Browse Source

Add network json config

master
Ali Hatami Tajik 5 months ago
commit
e3cc9b3aea
  1. 14
      net.json

14
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"
}
}
Loading…
Cancel
Save