forked from globus/static-data-portal
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstatic.json
31 lines (31 loc) · 928 Bytes
/
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
{
"_static": {
"generator": {
"name": "@globus/static-data-portal"
}
},
"data": {
"version": "1.0.0",
"attributes": {
"theme": {
"colorScheme": "brand"
},
"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."
},
"globus": {
"environment": "sandbox",
"application": {
"client_id": "75661b49-2bb6-489b-9a4b-2d3c568360f8"
},
"transfer": {
"collection_id": "543aade1-db97-4a4b-9bdf-0b58e78dfa69"
}
}
}
}
}