-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathstatic.config.json
54 lines (54 loc) · 1.74 KB
/
static.config.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
{
"application": {
"apiHost": "http://localhost:4001/dev",
"cmrHost": "http://localhost:4000",
"env": "development",
"gkrHost": "https://gkr.sit.earthdatacloud.nasa.gov",
"graphQlHost": "http://localhost:3013/development/api",
"mmtHost": "http://localhost:5173",
"edscHost": "https://search.sit.earthdata.nasa.gov",
"version": "development",
"defaultResponseHeaders": {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Headers": "*",
"Access-Control-Allow-Credentials": true
},
"cookieDomain": ".localhost",
"tokenValidTime": "900",
"displayProdWarning": "true",
"analytics": {
"gtmPropertyId": "",
"localIdentifier": {
"enabled": false,
"propertyId": ""
}
}
},
"ummVersions": {
"ummC": "1.18.2",
"ummS": "1.5.3",
"ummT": "1.2.0",
"ummV": "1.9.0"
},
"ummJsonSchemaUrl": "http://json-schema.org/draft-07/schema#",
"edl": {
"host": "https://sit.urs.earthdata.nasa.gov",
"uid": "mmt_test"
},
"saml": {
"keepAliveOrigin": "https://api.mmt.sit.earthdatacloud.nasa.gov",
"host": "https://api.mmt.localtest.earthdatacloud.nasa.gov",
"callbackUrl": "http://localhost:4001/dev/saml-acs",
"issuer": "https://api.mmt.localtest.earthdatacloud.nasa.gov",
"launchpadRoot": "https://auth.launchpad-sbx.nasa.gov",
"entryPoint": "https://auth.launchpad-sbx.nasa.gov/affwebservices/public/saml2sso",
"protocol": "https://",
"signatureAlgorithm": "sha256",
"digestAlgorithm": "sha256",
"authnContext": [
"urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport"
],
"identifierFormat": "urn:oasis:names:tc:SAML:2.0:nameid-format:transient",
"cookieName": "SBXSESSION"
}
}