Vulcan/sample_settings.json
2018-01-29 15:09:39 -06:00

37 lines
693 B
JSON

{
"public": {
"title": "Your site title",
"tagline":"Your site tagline",
"logoUrl": "http://placekitten.com/250/80",
"logoHeight": "80",
"logoWidth": "250",
"faviconUrl": "/favicon.ico",
"language": "en",
"locale": "en",
"twitterAccount": "foo",
"facebookPage": "http://facebook.com/foo",
"googleAnalytics": {
"apiKey": "foo123"
}
},
"defaultEmail": "hello@world.com",
"mailUrl": "smtp://username%40yourdomain.mailgun.org:yourpassword123@smtp.mailgun.org:587/",
"oAuth": {
"twitter": {
"consumerKey": "foo",
"secret": "bar"
},
"facebook": {
"appId": "foo",
"secret": "bar"
}
}
}