forked from bcgov/parks-reso-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Day Use Pass - TEST.postman_environment.json
57 lines (57 loc) · 1.37 KB
/
Day Use Pass - TEST.postman_environment.json
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
55
56
57
{
"id": "0363e46d-1989-412a-b743-76ca791a7dcd",
"name": "Day Use Pass - TEST",
"values": [
{
"key": "base_url",
"value": "https://tvukfg2g0b.execute-api.ca-central-1.amazonaws.com/api/",
"type": "default",
"enabled": true
},
{
"key": "environment_name",
"value": "test",
"type": "default",
"enabled": true
},
{
"key": "auth_url",
"value": "https://test.loginproxy.gov.bc.ca/auth/realms/bcparks-service-transformation/protocol/openid-connect/auth",
"type": "default",
"enabled": true
},
{
"key": "access_token_url",
"value": "https://test.loginproxy.gov.bc.ca/auth/realms/bcparks-service-transformation/protocol/openid-connect/token",
"type": "default",
"enabled": true
},
{
"key": "callback_url",
"value": "http://localhost:4200",
"type": "default",
"enabled": true
},
{
"key": "client_id",
"value": "parking-pass",
"type": "default",
"enabled": true
},
{
"key": "token_name",
"value": "dup_token_test",
"type": "default",
"enabled": true
},
{
"key": "captcha_jwt",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjoidmVyaWZpZWQifQ.M5eFmGeXoUQnTtKe3dHb--D-fTvYgCIMvpb6FGxOy7o",
"type": "default",
"enabled": false
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2023-01-18T22:34:41.458Z",
"_postman_exported_using": "Postman/10.7.3"
}