whoops
This commit is contained in:
parent
a0e7ec04f2
commit
1ca65fe831
2 changed files with 2 additions and 14 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
node_modules/
|
node_modules/
|
||||||
build/
|
build/
|
||||||
|
config.json
|
||||||
|
|
13
config.json
13
config.json
|
@ -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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in a new issue