image/config.example.json
2020-01-06 19:52:21 +01:00

27 lines
637 B
JSON

{
"fileSizeLimit": 50000000,
"fileNameLength": 8,
"serverUrl": "http://i.shaare.ga",
"port": 9983,
"mysql": {
"host": "luna.crugg.de",
"user": "shaare",
"password": "password",
"database": "shaare"
},
"webhooks": {
"images": "https://discordapp.com/api/webhooks/---/---------------",
"burn": "https://discordapp.com/api/webhooks/---/---------------"
},
"fileExtensionCheck": {
"enabled": false,
"extensionsAllowed": [
".png",
".jpg",
".jpeg",
".gif",
".webp"
]
}
}