diff --git a/.gitignore b/.gitignore index ebaffe7b6..78e148fb7 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ public/backgrounds/ *.jsonl public/settings.json +config.conf diff --git a/config.conf b/config.conf deleted file mode 100644 index 38a6aeac0..000000000 --- a/config.conf +++ /dev/null @@ -1,8 +0,0 @@ -const port = 8000; -const whitelist = ['127.0.0.1']; //Example for add several IP in whitelist: ['127.0.0.1', '192.168.0.10'] -const whitelistMode = true; //Disabling enabling the ip whitelist mode. true/false -const autorun = true; //Autorun in the browser. true/false - -module.exports = { - port, whitelist, whitelistMode, autorun -}; \ No newline at end of file