-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathAdministrator.postman_environment.json
More file actions
54 lines (54 loc) · 1.1 KB
/
Administrator.postman_environment.json
File metadata and controls
54 lines (54 loc) · 1.1 KB
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
{
"id": "9de2f271-2371-44b5-989a-12b6a374c6e3",
"name": "DSpace 7 Demo (Admin)",
"values": [
{
"key": "rest-host",
"value": "api7.dspace.org",
"enabled": true
},
{
"key": "protocol",
"value": "https",
"enabled": true
},
{
"key": "context",
"value": "server",
"enabled": true
},
{
"key": "username",
"value": "dspacedemo+admin@gmail.com",
"enabled": true
},
{
"key": "password",
"value": "dspace",
"enabled": true
},
{
"key": "dspaceresturl",
"value": "{{protocol}}://{{rest-host}}/{{context}}",
"enabled": true
},
{
"key": "auth_token",
"value": "",
"enabled": true
},
{
"key": "token",
"value": "eyJhbGciOiJIUzI1NiJ9.eyJlaWQiOiIzMzU2NDdiNi04YTUyLTRlY2ItYThjMS03ZWJhYmIxOTliZGEiLCJzZyI6W10sImV4cCI6MTYyMjgyMzIzMn0.Ij05YJhAHpGn2hSoI-v1R6iI_pOFZmVmrpbXdiZoS3U",
"enabled": true
},
{
"key": "xsrf",
"value": "5b608fed-78a6-4846-abba-5fa68d03e29c",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2021-06-04T15:49:55.916Z",
"_postman_exported_using": "Postman/7.36.5"
}