Vulcan/sample_settings.json

38 lines
693 B
JSON
Raw Permalink Normal View History

{
"public": {
2017-09-15 11:13:31 +02:00
2016-03-30 09:10:12 +09:00
"title": "Your site title",
"tagline":"Your site tagline",
"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
2016-03-30 10:52:40 +09:00
"language": "en",
"locale": "en",
2016-03-30 10:52:40 +09:00
"twitterAccount": "foo",
"facebookPage": "http://facebook.com/foo",
2016-03-30 09:10:12 +09:00
"googleAnalytics": {
"apiKey": "foo123"
}
2017-09-15 11:13:31 +02:00
},
2016-03-30 09:10:12 +09:00
2016-03-30 10:52:40 +09:00
"defaultEmail": "hello@world.com",
"mailUrl": "smtp://username%40yourdomain.mailgun.org:yourpassword123@smtp.mailgun.org:587/",
2016-03-30 10:52:40 +09:00
2016-06-16 14:06:41 +09:00
"oAuth": {
"twitter": {
"consumerKey": "foo",
"secret": "bar"
},
"facebook": {
"appId": "foo",
2016-06-16 14:06:41 +09:00
"secret": "bar"
}
}
}