2016-03-29 17:16:51 +09:00
|
|
|
{
|
|
|
|
"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",
|
2016-07-04 11:53:27 +01:00
|
|
|
|
2016-06-19 14:32:15 +09:00
|
|
|
"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",
|
2016-07-09 06:23:11 +06:00
|
|
|
"locale": "en",
|
2017-03-10 13:10:32 -05:00
|
|
|
|
2016-03-30 10:52:40 +09:00
|
|
|
"twitterAccount": "foo",
|
|
|
|
"facebookPage": "http://facebook.com/foo",
|
2016-03-30 09:10:12 +09:00
|
|
|
|
2018-01-29 15:09:39 -06:00
|
|
|
"googleAnalytics": {
|
|
|
|
"apiKey": "foo123"
|
|
|
|
}
|
2017-09-15 11:13:31 +02:00
|
|
|
|
2016-03-29 17:16:51 +09:00
|
|
|
},
|
2016-03-30 09:10:12 +09:00
|
|
|
|
2016-03-30 10:52:40 +09:00
|
|
|
"defaultEmail": "hello@world.com",
|
2017-06-20 10:25:34 +09:00
|
|
|
"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": {
|
2016-07-04 11:53:27 +01:00
|
|
|
"appId": "foo",
|
2016-06-16 14:06:41 +09:00
|
|
|
"secret": "bar"
|
|
|
|
}
|
|
|
|
}
|
2016-07-04 11:53:27 +01:00
|
|
|
}
|