diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..37d7e73 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +.env diff --git a/server.js b/server.js index 52a02b1..8ec740e 100644 --- a/server.js +++ b/server.js @@ -1,5 +1,5 @@ const MPPClient = require('mpp-client-xt'); -const client = new MPPClient("wss://ts.terrium.net:8443", undefined); +const client = new MPPClient("wss://mpp.hri7566.info:8443", undefined); const fs = require('fs'); client.start(); diff --git a/stats.json b/stats.json index e69de29..0637a08 100644 --- a/stats.json +++ b/stats.json @@ -0,0 +1 @@ +[] \ No newline at end of file