forked from michelderu/datastax-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAstra.postman_environment.json
More file actions
54 lines (54 loc) · 909 Bytes
/
Astra.postman_environment.json
File metadata and controls
54 lines (54 loc) · 909 Bytes
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": "9172c594-697c-42f8-852a-e6bbfcd9fc8e",
"name": "Astra",
"values": [
{
"key": "protocol",
"value": "https",
"enabled": true
},
{
"key": "host",
"value": "<astra hostname>",
"enabled": true
},
{
"key": "username",
"value": "<username>",
"enabled": true
},
{
"key": "password",
"value": "<password>",
"enabled": true
},
{
"key": "authPostfix",
"value": "/api/rest",
"enabled": true
},
{
"key": "restPostfix",
"value": "/api/rest",
"enabled": true
},
{
"key": "graphqlPostfix",
"value": "/api",
"enabled": true
},
{
"key": "keyspace",
"value": "participants",
"enabled": true
},
{
"key": "namespace",
"value": "gameapp",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2021-02-04T11:37:31.372Z",
"_postman_exported_using": "Postman/8.0.4"
}