Vulcan/sample_settings.json

62 lines
No EOL
1.3 KiB
JSON

{
"public": {
"title": "Your site title",
"tagline":"Your site tagline",
"logoUrl": "/foo.png",
"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",
"twitterAccount": "foo",
"facebookPage": "http://facebook.com/foo",
"googleAnalyticsId":"123foo",
"embedlyKey":"123foo"
},
"defaultEmail": "hello@world.com",
"mailUrl": "smtp://postmaster%40telescope.mailgun.org:foo123@smtp.mailgun.org:587/",
"scoreUpdateInterval": "30",
"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"
}
]
}