-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings-public-testing.json
35 lines (35 loc) · 1.05 KB
/
settings-public-testing.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
{
"public": {
"title": "Octave Public Testing",
"tagline": "Public Testing Version of Octave",
"homeUrl": "//example.com/",
"owner": "John Q. Public, LLC",
"ownerUrl": "//example.com/",
"description": "Octave is a side project that is totally awesome. This is the publicly available version with unreal data.",
"version": "1.16.30",
"faviconUrl": "/favicon/favicon.ico",
"locale": "en",
"algolia": {
"ApplicationID": "MHHVORPPHC",
"SearchOnlyAPIKey": "a4143a5dd9f9cb69d64a58c157c0f127",
"AlgoliaIndex": "Mockaroo",
"README": "Index names appear in network requests and should be considered publicly available",
"enableErrorDelete": true
},
"apolloSsr": {
"disable": true
},
"pollInterval": 30000
},
"private": {
"algolia": {
"AddAndUpdateAPIKey": "b41683f331768543c229f488ccda0984",
"README": "The Mockaroo Algolia index is a sandbox for development only."
}
},
"apolloServer": {
"corsWhitelist": [],
"corsEnableAll": false
},
"debug": true
}