Express boilerplate

This commit is contained in:
Clément GOUIN
2019-06-19 10:36:45 +02:00
parent db03535ee9
commit f170b4c3ea
8 changed files with 9886 additions and 13 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"nodePort": 3000,
"dataDir": "data",
"modules" : {
"plantuml" : true,
"rss": true,
"webhook": true
},
"home" : {
"index" : "index.ejs"
},
"article" : {
"index" : "index.md"
},
"rss" : {
"endpoint" : "/rss",
"length" : 10
},
"webhook" : {
"endpoint": "/webhook",
"secretFile": "git_secret"
}
}