diff --git a/.gitignore b/.gitignore index b51ea71..17e8f43 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ -build/ \ No newline at end of file +build/ +config.json diff --git a/config.json b/config.json deleted file mode 100644 index e3fdcfa..0000000 --- a/config.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "DisallowedFilenameChars": ["\"","<",">","|","\u0000","\u0001","\u0002","\u0003","\u0004","\u0005","\u0006","\u0007","\b","\t","\n","\u000b","\f","\r","\u000e","\u000f","\u0010","\u0011","\u0012","\u0013","\u0014","\u0015","\u0016","\u0017","\u0018","\u0019","\u001a","\u001b","\u001c","\u001d","\u001e","\u001f",":","*","?","\\","/"], - "ListenPort": 8369, - "MaxFileSize": 104857600, - "BlockedMD5": ["038e69dec7760dbf8d52f0f2b0677280"], - "RateLimit": 10, - "VMs": [ - { - "ID": "forkievm1", - "SocketPath": "/tmp/vm1-uploads.sock" - } - ] -} \ No newline at end of file