Vulcan/sample_settings.json
Sacha Greif 1024e5431f Merge branch 'master' into devel
# Conflicts:
#	README.md
2016-07-12 17:37:51 +09:00

72 lines
1.5 KiB
JSON

{
"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"
},
"defaultEmail": "hello@world.com",
"mailUrl": "smtp://postmaster%40foo.mailgun.org:foo123@smtp.mailgun.org:587/",
"scoreUpdateInterval": "30",
"embedlyKey":"123foo",
"mailChimpAPIKey": "123foo",
"mailChimpListId": "123foo",
"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"
}
}
}