forked from typesense/postman
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypesense.postman_environment.json
More file actions
54 lines (54 loc) · 959 Bytes
/
typesense.postman_environment.json
File metadata and controls
54 lines (54 loc) · 959 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": "b2bf2292-49f6-488e-8935-c217b71896a8",
"name": "Typesense-ENV",
"values": [
{
"key": "url",
"value": "http://localhost:8108",
"enabled": true
},
{
"key": "TYPESENSE_API_KEY",
"value": "1234",
"enabled": true
},
{
"key": "collection_name",
"value": "sample",
"enabled": true
},
{
"key": "document_id",
"value": "",
"enabled": true
},
{
"key": "geo_collection_name",
"value": "",
"enabled": true
},
{
"key": "apikey_id",
"value": "",
"enabled": true
},
{
"key": "collection_alias",
"value": "companies_june11",
"enabled": true
},
{
"key": "synonym_name",
"value": "phone-synonyms",
"enabled": true
},
{
"key": "snapshot_path",
"value": "/tmp/typesense-data-snapshot",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2021-09-05T11:44:20.006Z",
"_postman_exported_using": "Postman/8.11.1"
}