summaryrefslogtreecommitdiff
path: root/lib/config/default.js
diff options
context:
space:
mode:
authorClaudius2018-09-10 22:35:38 +0200
committerWilliButz2018-09-26 21:01:15 +0200
commitbb80bc2292d2841776e8bfd6285f96194d990284 (patch)
tree9ea69de534cd1d977e6d8a886a8f4e576132996f /lib/config/default.js
parent825ee4e66e79271c39631f2b9eb059caa8f17bfc (diff)
removing superfluous config parameters for template files
Signed-off-by: Claudius <opensource@amenthes.de>
Diffstat (limited to '')
-rw-r--r--lib/config/default.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/config/default.js b/lib/config/default.js
index 6096bce4..5d10ad26 100644
--- a/lib/config/default.js
+++ b/lib/config/default.js
@@ -38,15 +38,10 @@ module.exports = {
sslCAPath: '',
dhParamPath: '',
// other path
+ viewPath: './public/views',
tmpPath: './tmp',
defaultNotePath: './public/default.md',
docsPath: './public/docs',
- indexPath: './public/views/index.ejs',
- codimdPath: './public/views/codimd.ejs',
- errorPath: './public/views/error.ejs',
- prettyPath: './public/views/pretty.ejs',
- slidePath: './public/views/slide.ejs',
- constantsPath: './public/js/lib/common/constant.ejs',
uploadsPath: './public/uploads',
// session
sessionName: 'connect.sid',