2016-03-29 17:16:51 +09:00
|
|
|
{
|
|
|
|
"public": {
|
2016-03-30 09:10:12 +09:00
|
|
|
"title": "Your site title",
|
|
|
|
"tagline":"Your site tagline",
|
|
|
|
|
2016-06-19 14:32:15 +09:00
|
|
|
"logoUrl": "http://placekitten.com/250/80",
|
2016-03-30 09:10:12 +09:00
|
|
|
"logoHeight": "80",
|
|
|
|
"logoWidth": "250",
|
2016-03-30 10:52:40 +09:00
|
|
|
"faviconUrl": "/favicon.ico",
|
2016-03-30 09:10:12 +09:00
|
|
|
|
|
|
|
"requirePostsApproval":false,
|
|
|
|
"requireViewInvite":false,
|
|
|
|
"requirePostInvite":false,
|
|
|
|
"enableNewsletter":true,
|
|
|
|
"autoSubscribe":false,
|
|
|
|
"emailNotifications":true,
|
2016-03-30 10:52:40 +09:00
|
|
|
"postInterval": 20,
|
|
|
|
"RSSLinksPointTo": "link",
|
|
|
|
"commentInterval": 20,
|
2016-03-31 09:11:47 +09:00
|
|
|
"maxPostsPerDay": 10,
|
2016-03-30 10:52:40 +09:00
|
|
|
"startInvitesCount": 5,
|
|
|
|
"postsPerPage": 10,
|
|
|
|
|
|
|
|
"language": "en",
|
|
|
|
|
|
|
|
"twitterAccount": "foo",
|
|
|
|
"facebookPage": "http://facebook.com/foo",
|
2016-03-30 09:10:12 +09:00
|
|
|
|
2016-04-25 17:02:41 +09:00
|
|
|
"googleAnalyticsId":"123foo"
|
2016-03-29 17:16:51 +09:00
|
|
|
},
|
2016-03-30 09:10:12 +09:00
|
|
|
|
2016-03-30 10:52:40 +09:00
|
|
|
|
|
|
|
"defaultEmail": "hello@world.com",
|
2016-06-19 14:32:15 +09:00
|
|
|
"mailUrl": "smtp://postmaster%40foo.mailgun.org:foo123@smtp.mailgun.org:587/",
|
2016-03-30 10:52:40 +09:00
|
|
|
"scoreUpdateInterval": "30",
|
|
|
|
|
2016-04-25 17:02:41 +09:00
|
|
|
"embedlyKey":"123foo",
|
2016-03-30 09:10:12 +09:00
|
|
|
"mailChimpAPIKey": "123foo",
|
2016-03-30 10:52:40 +09:00
|
|
|
"mailChimpListId": "123foo",
|
2016-03-30 09:10:12 +09:00
|
|
|
|
2016-03-29 17:16:51 +09:00
|
|
|
"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"
|
|
|
|
}
|
2016-06-16 14:06:41 +09:00
|
|
|
],
|
|
|
|
"oAuth": {
|
|
|
|
"twitter": {
|
|
|
|
"consumerKey": "foo",
|
|
|
|
"secret": "bar"
|
|
|
|
},
|
|
|
|
"facebook": {
|
|
|
|
"clientId": "foo",
|
|
|
|
"secret": "bar"
|
|
|
|
}
|
|
|
|
}
|
2016-03-29 17:16:51 +09:00
|
|
|
}
|