forked from VulcanJS/Vulcan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample_settings.json
77 lines (69 loc) · 1.71 KB
/
sample_settings.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"public": {
"title": "Your site title",
"tagline":"Your site tagline",
"logoUrl": "http://placekitten.com/250/80",
"logoHeight": "80",
"logoWidth": "250",
"faviconUrl": "/favicon.ico",
"requirePostsApproval":false,
"requireViewInvite":false,
"requirePostInvite":false,
"enableNewsletter":true,
"autoSubscribe":false,
"emailNotifications":true,
"postInterval": 20,
"RSSLinksPointTo": "link",
"commentInterval": 20,
"maxPostsPerDay": 10,
"startInvitesCount": 5,
"postsPerPage": 10,
"language": "en",
"locale": "en",
"twitterAccount": "foo",
"facebookPage": "http://facebook.com/foo",
"googleAnalyticsId":"123foo",
"useSegment": false,
"segmentWriteKey": "456bar"
},
"defaultEmail": "[email protected]",
"mailUrl": "smtp://username%40yourdomain.mailgun.org:[email protected]:587/",
"scoreUpdateInterval": "30",
"embedlyKey":"123foo",
"mailChimpAPIKey": "123foo",
"mailChimpListId": "123foo",
"newsletterFrequency": [1,2,3,4,5,6,7],
"newsletterTime": "14:20",
"newsletterExcerptLength": 20,
"postExcerptLength": 30,
"categories": [
{
"name": "Test Category 1",
"description": "The first test category",
"order": 4,
"slug": "testcat1"
},
{
"name": "Test Category 2",
"description": "The second test category",
"order": 7,
"slug": "testcat2"
},
{
"name": "Test Category 3",
"description": "The third test category",
"order": 10,
"slug": "testcat3"
}
],
"oAuth": {
"twitter": {
"consumerKey": "foo",
"secret": "bar"
},
"facebook": {
"appId": "foo",
"secret": "bar"
}
}
}