-
Notifications
You must be signed in to change notification settings - Fork 4
/
static.json
40 lines (40 loc) · 1.15 KB
/
static.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
{
"_static": {
"generator": {
"name": "@globus/static-data-portal"
}
},
"data": {
"version": "1.0.0",
"attributes": {
"content": {
"title": "Globus : Data Distribution Portal",
"subtitle": "An example of a data distribution portal built with Globus.",
"tagline": "It's how research data management is done!",
"privacy_policy": "This is an example privacy policy – you should replace this with your own policy.",
"terms_of_service": "This is an example terms of service – you should replace this with your own terms.",
"navigation": {
"items": [
{
"label": "GitHub",
"href": "https://github.com/globus/template-data-portal"
},
{
"label": "Globus",
"href": "https://www.globus.org"
}
]
}
},
"globus": {
"environment": "sandbox",
"application": {
"client_id": "75661b49-2bb6-489b-9a4b-2d3c568360f8"
},
"transfer": {
"collection_id": "543aade1-db97-4a4b-9bdf-0b58e78dfa69"
}
}
}
}
}