diff --git a/lavanodes.example.json b/lavanodes.example.json new file mode 100644 index 0000000..70d54f8 --- /dev/null +++ b/lavanodes.example.json @@ -0,0 +1,9 @@ +[ + { + "name": "node1", + "host": "localhost", + "port": 2333, + "password": "youshallnotpass", + "regionGroup": "EUROPE" + } +] \ No newline at end of file