Add lutim support

Signed-off-by: Dylan Dervaux <dylanderv05@gmail.com>
This commit is contained in:
Dylan Dervaux 2019-02-01 12:33:27 +01:00 committed by Sheogorath
parent 36c083277e
commit 208070d2e7
No known key found for this signature in database
GPG key ID: 1F05CC3635CDDFFD
7 changed files with 56 additions and 6 deletions

View file

@ -58,8 +58,11 @@ module.exports = {
heartbeatTimeout: 10000,
// document
documentMaxLength: 100000,
// image upload setting, available options are imgur/s3/filesystem/azure
// image upload setting, available options are imgur/s3/filesystem/azure/lutim
imageUploadType: 'filesystem',
lutim: {
url: 'https://framapic.org/'
},
imgur: {
clientID: undefined
},