-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathtest.postman_environment.json
More file actions
51 lines (51 loc) · 1.51 KB
/
test.postman_environment.json
File metadata and controls
51 lines (51 loc) · 1.51 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
{
"id": "b2c3d4e5-f6a7-8901-bcde-f01234567891",
"name": "FlowFi — Test",
"values": [
{
"key": "baseUrl",
"value": "https://api-test.flowfi.io",
"type": "default",
"enabled": true,
"description": "Shared test / staging deployment. Update this value once the test server URL is finalised."
},
{
"key": "senderPublicKey",
"value": "GABC123XYZ456DEF789GHI012JKL345MNO678PQR901STU234VWX567YZA",
"type": "default",
"enabled": true,
"description": "Stellar testnet public key for the stream sender."
},
{
"key": "recipientPublicKey",
"value": "GDEF456ABC789GHI012JKL345MNO678PQR901STU234VWX567YZA123BCD",
"type": "default",
"enabled": true,
"description": "Stellar testnet public key for the stream recipient."
},
{
"key": "tokenAddress",
"value": "CBCD789EFG012HIJ345KLM678NOP901QRS234TUV567WXY890ZAB123CDE",
"type": "default",
"enabled": true,
"description": "Testnet Soroban token contract address."
},
{
"key": "streamId",
"value": "1",
"type": "default",
"enabled": true,
"description": "Example stream ID for GET requests."
},
{
"key": "authToken",
"value": "",
"type": "default",
"enabled": true,
"description": "Signed Stellar transaction XDR for SEP-10 auth."
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2024-02-21T00:00:00.000Z",
"_postman_exported_using": "Postman/10.0.0"
}