forked from cdrr/soBlog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.example.js
executable file
·40 lines (38 loc) · 1.34 KB
/
settings.example.js
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
// Generated by CoffeeScript 1.7.1
(function() {
module.exports = {
cookieParser: '',
cookieSecret: '',
db: 'qorablog',
host: 'localhost',
root: __dirname,
QnClient: {
accessKey: '',
secretKey: '',
bucket: '',
domain: ''
},
perPageBlogSize: 10,
googleAuthKey: '',
loginPwd: '',
loginUserName: '',
titles: {
blog_bloglist: "Blog · QORA BLOG · Innovative From The Core",
blog_perBlog: "QORA BLOG · Innovative From The Core",
blog_post: "POST BLOG · Innovative From The Core",
blog_view: "View · QORA BLOG · Innovative From The Core",
blog_edit: "Edit · QORA BLOG · Innovative From The Core",
cover: "Cover · QORA BLOG · Innovative From The Core",
eachCover: "QORA BLOG · Innovative From The Core",
postCover: "Post Cover · QORA BLOG · Innovative From The Core",
editCover: "Edit Cover · QORA BLOG · Innovative From The Core",
index: "QORA BLOG · Innovative From The Core",
about: "QORA · Innovative From The Core",
manage: "manage · QORA BLOG · Innovative From The Core",
login: "login · QORA BLOG · Innovative From The Core",
tags: "Tag · QORA BLOG · Innovative From The Core",
eachTag: "QORA BLOG · Innovative From The Core"
}
};
}).call(this);
//# sourceMappingURL=settings.map