-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample_settings.json
69 lines (69 loc) · 1.85 KB
/
sample_settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"public": {
"title": "Octave",
"tagline": "You and Me",
"homeUrl": "//app.example.com/",
"owner": "All of Us",
"ownerUrl": "//example.com/",
"description": "Octave is a place to collaborate and share information.",
"version": "1.16.30",
"faviconUrl": "/favicon/favicon.ico",
"locale": "en",
"algolia": {
"ApplicationID": "Q8NZWM8ALA",
"SearchOnlyAPIKey": "612961548224f1f21ef72d854aac5f4c",
"AlgoliaIndex": "Mockaroo",
"README": "Index names appear in network requests and should be considered publicly available."
},
"apolloSsr": {
"disable": true
},
"pollInterval": 30000
},
"apolloServer": {
"corsWhitelist": [],
"corsEnableAll": false
},
"backoffice": {
"enabled": true
},
"debug": true,
"maxDocumentsPerRequest": 1000,
"mockaroo": {
"generateAndDownload": true,
"seedDatabase": true,
"initializeAlgolia": true,
"updateAlgolia": true
},
"oAuth": {
"facebook": {
"appId": "foo",
"secret": "bar"
},
"github": {
"clientId": "foo",
"secret": "bar"
},
"twitter": {
"consumerKey": "foo",
"secret": "bar"
}
},
"private": {
"algolia": {
"AddAndUpdateAPIKey": "cb39fc87eacd871c77260f47efa0adad",
"README": "The Mockaroo Algolia index is a sandbox for development only."
},
"twilio": {
"accountSid": "foo",
"authToken": "bar"
}
},
"defaultEmail": "[email protected]",
"mailUrl": "smtp://username%40yourdomain.mailgun.org:[email protected]:587/",
"emailNotifications": true,
"enableDevelopmentEmails": true,
"secondaryColor": "#2F353A",
"accentColor": "#20A8D8",
"emailFooter": "<span><a href='//example.com/octave/'>Octave</a> © 2020 SuperSite, LLC<br />Powered by <a href='//example.com/'>The 4th Wall</a></span>"
}