mirror of https://github.com/status-im/codimd.git
Add default config for lutim
Signed-off-by: Dylan Dervaux <dylanderv05@gmail.com>
This commit is contained in:
parent
492d38b5ed
commit
590b2f9c7d
|
@ -58,8 +58,11 @@ module.exports = {
|
||||||
heartbeatTimeout: 10000,
|
heartbeatTimeout: 10000,
|
||||||
// document
|
// document
|
||||||
documentMaxLength: 100000,
|
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',
|
imageUploadType: 'filesystem',
|
||||||
|
lutim: {
|
||||||
|
url: 'https://framapic.org/'
|
||||||
|
},
|
||||||
imgur: {
|
imgur: {
|
||||||
clientID: undefined
|
clientID: undefined
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue