forked from nasa/earthdata-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
static.config.json
116 lines (116 loc) · 4.2 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"application": {
"version": "dev",
"env": "dev",
"defaultPortal": "default",
"feedbackApp": "",
"analytics": {
"gtmPropertyId": "",
"localIdentifier": {
"enabled": false,
"propertyId": ""
}
},
"ciMode": false,
"cmrTagNamespace": "edsc.extra.serverless",
"thumbnailSize": {
"height": 85,
"width": 85
},
"orderStatusRefreshTime": 60000,
"defaultCmrPageSize": 20,
"maxCmrPageSize": 2000,
"granuleLinksPageSize": "500",
"openSearchGranuleLinksPageSize": "50",
"defaultCmrSearchTags": [
"edsc.*",
"opensearch.granule.osdd"
],
"defaultMaxOrderSize": 1000000,
"defaultGranulesPerOrder": 2000,
"defaultSpatialDecimalSize": 5,
"ummGranuleVersion": "1.6.4",
"ummServiceVersion": "1.4",
"temporalDateFormatFull": "YYYY-MM-DD HH:mm:ss",
"temporalDateFormatRange": "MM-DD HH:mm:ss",
"minimumTemporalDateString": "1960-01-01 00:00:00",
"defaultResponseHeaders": {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Headers": "*",
"Access-Control-Allow-Credentials": true
},
"clientId": {
"background": "eed-PORTAL-ENV-serverless-background",
"client": "eed-PORTAL-ENV-serverless-client",
"lambda": "eed-PORTAL-ENV-serverless-lambda"
},
"disableEddDownload": "false",
"disableOrdering": "false",
"disableDatabaseComponents": "false",
"macOSEddDownloadSize":130,
"windowsEddDownloadSize":100,
"linuxEddDownloadSize":90
},
"environment": {
"test": {
"apiHost": "http://localhost:3000",
"edscHost": "http://localhost:8080",
"jwtToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwidXNlcm5hbWUiOiJ0ZXN0dXNlciIsImlhdCI6MTU3ODQzMzQ3NiwiZWFydGhkYXRhRW52aXJvbm1lbnQiOiJ0ZXN0In0.WPMuvg26HcYGxGYi7Hl9_FO6YiiJNHWalQ35_1oP5do"
},
"development": {
"dbHost": "127.0.0.1",
"dbName": "edsc_dev",
"databasePort": 5432,
"apiHost": "http://localhost:3001/dev",
"edscHost": "http://localhost:8080"
},
"production": {
"apiHost": "http://localhost:3001/dev",
"edscHost": "http://localhost:8080"
}
},
"earthdata": {
"dev": {},
"test": {
"cmrHost": "https://cmr.earthdata.nasa.gov",
"echoRestRoot": "https://cmr.earthdata.nasa.gov/legacy-services/rest",
"edlHost": "https://urs.earthdata.nasa.gov",
"csdaHost": "https://auth.csdap.uat.earthdatacloud.nasa.gov",
"graphQlHost": "https://graphql.earthdata.nasa.gov",
"regionHost": "https://fts.podaac.earthdata.nasa.gov/v1",
"opensearchRoot": "https://cmr.earthdata.nasa.gov/opensearch",
"redirectUriPath": "/urs_callback"
},
"sit": {
"cmrHost": "https://cmr.sit.earthdata.nasa.gov",
"echoRestRoot": "https://cmr.sit.earthdata.nasa.gov/legacy-services/rest",
"edlHost": "https://sit.urs.earthdata.nasa.gov",
"csdaHost": "https://auth.csdap.uat.earthdatacloud.nasa.gov",
"graphQlHost": "https://graphql.sit.earthdata.nasa.gov",
"regionHost": "https://fts.podaac.earthdata.nasa.gov/v1",
"opensearchRoot": "https://cmr.sit.earthdata.nasa.gov/opensearch",
"redirectUriPath": "/urs_callback"
},
"uat": {
"cmrHost": "https://cmr.uat.earthdata.nasa.gov",
"echoRestRoot": "https://cmr.uat.earthdata.nasa.gov/legacy-services/rest",
"edlHost": "https://uat.urs.earthdata.nasa.gov",
"csdaHost": "https://auth.csdap.uat.earthdatacloud.nasa.gov",
"graphQlHost": "https://graphql.uat.earthdata.nasa.gov",
"regionHost": "https://fts.podaac.earthdata.nasa.gov/v1",
"opensearchRoot": "https://cmr.uat.earthdata.nasa.gov/opensearch",
"redirectUriPath": "/urs_callback"
},
"prod": {
"cmrHost": "https://cmr.earthdata.nasa.gov",
"echoRestRoot": "https://cmr.earthdata.nasa.gov/legacy-services/rest",
"edlHost": "https://urs.earthdata.nasa.gov",
"csdaHost": "https://auth.csdap.uat.earthdatacloud.nasa.gov",
"graphQlHost": "https://graphql.earthdata.nasa.gov",
"regionHost": "https://fts.podaac.earthdata.nasa.gov/v1",
"opensearchRoot": "https://cmr.earthdata.nasa.gov/opensearch",
"redirectUriPath": "/urs_callback"
}
},
"experiments": {}
}