Add files via upload
This commit is contained in:
32
config.json
Normal file
32
config.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"key": [""],
|
||||
"domain": "localhost",
|
||||
"puploadKeyGenLength": 64,
|
||||
"public": true,
|
||||
"maxUploadSize": 50,
|
||||
"markdown": true,
|
||||
"port": 80,
|
||||
"secure": false,
|
||||
"fileNameLength": 4,
|
||||
"shortUrlLength": 3,
|
||||
"securePort": 443,
|
||||
"ratelimit": 1000,
|
||||
"dateURLPath": false,
|
||||
"allowed":[
|
||||
"png", "jpg", "gif", "mp4", "mp3", "jpeg", "tiff", "bmp", "ico", "psd", "eps", "raw", "cr2", "nef", "sr2", "orf", "svg", "wav", "webm", "aac", "flac", "ogg", "wma", "m4a", "gifv"
|
||||
],
|
||||
"admin":{
|
||||
"key": ["admin pass key goes here"],
|
||||
"maxUploadSize": 1024,
|
||||
"allowed": [
|
||||
"png", "jpg", "gif", "mp4", "mp3","jpeg", "tiff", "bmp", "ico", "psd", "eps", "raw", "cr2", "nef", "sr2", "orf", "svg", "wav", "webm", "aac", "flac", "ogg", "wma", "m4a", "gifv", "html"
|
||||
]
|
||||
},
|
||||
"paste": {
|
||||
"maxUploadSize": 20
|
||||
},
|
||||
"discordToken": "Discord Token Here (required if you want API monitoring through Discord)",
|
||||
"discordAdminIDs": ["discord IDs of people who can run commands go here", "Like this"],
|
||||
"discordChannelID": "the channel you're trying to send api monitor updates to",
|
||||
"prefix": "enter prefix for bot commands here"
|
||||
}
|
Reference in New Issue
Block a user