Skip to content

Commit 590b2f9

Browse files
committed
Add default config for lutim
Signed-off-by: Dylan Dervaux <dylanderv05@gmail.com>
1 parent 492d38b commit 590b2f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/config/default.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,11 @@ module.exports = {
5858
heartbeatTimeout: 10000,
5959
// document
6060
documentMaxLength: 100000,
61-
// image upload setting, available options are imgur/s3/filesystem/azure
61+
// image upload setting, available options are imgur/s3/filesystem/azure/lutim
6262
imageUploadType: 'filesystem',
63+
lutim: {
64+
url: 'https://framapic.org/'
65+
},
6366
imgur: {
6467
clientID: undefined
6568
},

0 commit comments

Comments
 (0)