-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexusconfig.js.example
40 lines (38 loc) · 949 Bytes
/
exusconfig.js.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
var config = {
'db': {
'host': 'localhost',
'port': 5432,
'username': 'example',
'passwd': '44GC44Gu6aCDfuOCt+OCmeODs+OCt+OCmeODs+ODj+OCmeOCquODgeOCmeODpeOCquODi+ODvH4=',
'name': 'example'
},
'rss': {
'numItem': (new Date()).getFullYear() - 1996,
'urlfmt': 'https\:\/\/www.example.com/blog/article/%(id)d',
'meta': {
'title': 'example.com',
'description': '',
'feed_url': 'https://example.com/feed',
'site_url': 'https://example.com/blog',
'language': 'zh-cn',
'generator': 'expressus, RSS for Node',
'copyright': '1996 olive <[email protected]>'
}
},
'blog': {
'default_avatar': '/static/intermges/avatar.png',
'owner': {
'avatar': '/static/intermges/avatar.png',
'name': '',
'title': '',
'displayname': '',
'href': 'https://example.com'
}
},
'misc': {
'gpgkey_url': '/static/key.asc',
'gpgkey_file': './static/key.asc',
'dollar': 'zepto'
}
};
module.exports = config;