We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492d38b commit 590b2f9Copy full SHA for 590b2f9
1 file changed
lib/config/default.js
@@ -58,8 +58,11 @@ module.exports = {
58
heartbeatTimeout: 10000,
59
// document
60
documentMaxLength: 100000,
61
- // image upload setting, available options are imgur/s3/filesystem/azure
+ // image upload setting, available options are imgur/s3/filesystem/azure/lutim
62
imageUploadType: 'filesystem',
63
+ lutim: {
64
+ url: 'https://framapic.org/'
65
+ },
66
imgur: {
67
clientID: undefined
68
},
0 commit comments