summaryrefslogtreecommitdiff
path: root/lib/config/default.js
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-06-23 23:42:15 +0200
committerGitHub2018-06-23 23:42:15 +0200
commit7c7cc289f2c2b2e33a32ea32a6e97ea1410cc63e (patch)
treeff8bb16ab594d3d374d52c342a8f87849c1fe922 /lib/config/default.js
parent87824d21e82237d205b2d109516214c1f4d40c38 (diff)
parenta2608c319a8c31f9b173dbb5d00221d3ad96739b (diff)
Merge pull request #853 from SISheogorath/fix/imgUpload
Fix possible error if HackMD is started with wrong workdir
Diffstat (limited to '')
-rw-r--r--lib/config/default.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/config/default.js b/lib/config/default.js
index 1b124b3e..f88c17b3 100644
--- a/lib/config/default.js
+++ b/lib/config/default.js
@@ -45,6 +45,7 @@ module.exports = {
errorPath: './public/views/error.ejs',
prettyPath: './public/views/pretty.ejs',
slidePath: './public/views/slide.ejs',
+ uploadsPath: './public/uploads',
// session
sessionName: 'connect.sid',
sessionSecret: 'secret',