-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample-settings.json
38 lines (38 loc) · 1.04 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
{
"public": {
"title":"Engage ICT - Discuss",
"tagline":"",
"logoUrl":"https://s3.amazonaws.com/engageict-discuss/engageict-logo-203x100.png",
"faviconUrl":"/images/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",
"twitterAccount":"engageict",
"facebookPage":"http://facebook.com/kmuw89",
"googleAnalyticsId":"123foo"
},
"defaultEmail":"[email protected]",
"mailUrl":"smtp://postmaster%40telescope.mailgun.org:[email protected]:587/",
"scoreUpdateInterval":"30",
"embedlyKey":"123foo",
"mailChimpAPIKey":"123foo",
"mailChimpListId":"123foo",
"categories": [
{
"name":"Test Category 1",
"description":"The first test category",
"order":4,
"slug":"testcat1"
}
]
}