From e609ed719e132c6d4412224de8476821213579e4 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Fri, 24 Mar 2023 19:43:33 +0200 Subject: [PATCH] Fix config --- config.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.conf b/config.conf index ca838712f..17c6064bd 100644 --- a/config.conf +++ b/config.conf @@ -1,7 +1,7 @@ const port = 8000; const whitelist = ['127.0.0.1','192.168.0.*']; //Example for add several IP in whitelist: ['127.0.0.1', '192.168.0.10'] -const whitelistMode = false//Disabling enabling the ip whitelist mode. true/false +const whitelistMode = false; //Disabling enabling the ip whitelist mode. true/false const autorun = true; //Autorun in the browser. true/false const enableExtensions = true; //Enables support for TavernAI-extras project const listen = true; // If true, Can be access from other device or PC. otherwise can be access only from hosting machine.