mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
removing more files so gitignore will stop tracking
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ public/backgrounds/
|
||||
*.jsonl
|
||||
public/settings.json
|
||||
|
||||
config.conf
|
||||
|
@ -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
|
||||
};
|
Reference in New Issue
Block a user