Skip to content

Commit d1698e8

Browse files
committed
Update Postman global defaults for PyPNM and PyPNM CMTS base URLs
- add pypnm_cmts_url global key to workspace globals - set pypnm_cmts_url default value to 127.0.0.1:8080 - set pypnm_url default value to 172.0.0.1:8080 - keep global variable naming aligned with request templates that use pypnm_url and pypnm_cmts_url - 2026-03-08 21:52:40
1 parent 6a71841 commit d1698e8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

postman/globals/workspace.globals.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ values:
3131
type: default
3232
description: ''
3333
- key: pypnm_url
34-
value: ''
34+
value: 172.0.0.1:8080
35+
enabled: true
36+
type: default
37+
description: ''
38+
- key: pypnm_cmts_url
39+
value: 127.0.0.1:8080
3540
enabled: true
3641
type: default
3742
description: ''

0 commit comments

Comments
 (0)