-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathlocal.postman_environment.json
More file actions
51 lines (51 loc) · 1.68 KB
/
local.postman_environment.json
File metadata and controls
51 lines (51 loc) · 1.68 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": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "FlowFi — Local",
"values": [
{
"key": "baseUrl",
"value": "http://localhost:3001",
"type": "default",
"enabled": true,
"description": "Backend API base URL for a local Docker or manual setup (npm run dev)."
},
{
"key": "senderPublicKey",
"value": "GABC123XYZ456DEF789GHI012JKL345MNO678PQR901STU234VWX567YZA",
"type": "default",
"enabled": true,
"description": "Example Stellar public key for the stream sender. Replace with a real testnet key."
},
{
"key": "recipientPublicKey",
"value": "GDEF456ABC789GHI012JKL345MNO678PQR901STU234VWX567YZA123BCD",
"type": "default",
"enabled": true,
"description": "Example Stellar public key for the stream recipient. Replace with a real testnet key."
},
{
"key": "tokenAddress",
"value": "CBCD789EFG012HIJ345KLM678NOP901QRS234TUV567WXY890ZAB123CDE",
"type": "default",
"enabled": true,
"description": "Example Soroban token contract address. Replace with a deployed testnet token."
},
{
"key": "streamId",
"value": "1",
"type": "default",
"enabled": true,
"description": "Example stream ID for GET requests. Replace with an actual stream ID after creating one."
},
{
"key": "authToken",
"value": "",
"type": "default",
"enabled": true,
"description": "Signed Stellar transaction XDR for SEP-10 auth. Required for GET /v1/users/me."
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2024-02-21T00:00:00.000Z",
"_postman_exported_using": "Postman/10.0.0"
}