diff options
author | Christoph (Sheogorath) Kern | 2019-04-10 11:39:11 +0200 |
---|---|---|
committer | GitHub | 2019-04-10 11:39:11 +0200 |
commit | ef348fc49b01711aaea3c0b68cdd9fa77876c596 (patch) | |
tree | 496225cc71133387b3c6e51b899d9a91d204f420 /lib/config/default.js | |
parent | f541c00bad561672c91bb0249acd8e6ce2f58a9e (diff) | |
parent | 208070d2e776c437154e6ead552364b3956adf1c (diff) |
Merge pull request #33 from codimd/lutim-support
Add support for image hosting with lutim
Diffstat (limited to 'lib/config/default.js')
-rw-r--r-- | lib/config/default.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/config/default.js b/lib/config/default.js index 98ccee91..c87beda3 100644 --- a/lib/config/default.js +++ b/lib/config/default.js @@ -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 }, |