23 lines
355 B
JSON
23 lines
355 B
JSON
{
|
|
"nodePort": 3000,
|
|
"dataDir": "data",
|
|
"modules" : {
|
|
"plantuml" : false,
|
|
"rss": true,
|
|
"webhook": true
|
|
},
|
|
"home" : {
|
|
"index" : "index.ejs"
|
|
},
|
|
"article" : {
|
|
"index" : "index.md"
|
|
},
|
|
"rss" : {
|
|
"endpoint" : "/rss",
|
|
"length" : 10
|
|
},
|
|
"webhook" : {
|
|
"endpoint": "/webhook",
|
|
"secretFile": "git_secret"
|
|
}
|
|
} |