mirror of
https://github.com/vale981/Vulcan
synced 2025-03-04 09:11:43 -05:00
37 lines
693 B
JSON
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"
|
|
}
|
|
}
|
|
}
|