diff options
author | JvD_Ericsson <jeff.van.dam@est.tech> | 2024-02-15 11:34:36 +0000 |
---|---|---|
committer | Jeff van Dam <jeff.van.dam@est.tech> | 2024-02-23 13:04:49 +0000 |
commit | 1cbfc28c8a32938228cab4f9f172e2804308b3ec (patch) | |
tree | fd3dcb2802d8e5498ef2c4293a574e963cd3e239 /postman-collections/CPS Environment.postman_environment.json | |
parent | d8580ac133935b6a8ac38bbed2452072510a0b67 (diff) |
Create shared postman collections
Issue-ID: CPS-2054
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I0a7e941bc4accfe00edaf7157df5a8ebabadb187
Diffstat (limited to 'postman-collections/CPS Environment.postman_environment.json')
-rw-r--r-- | postman-collections/CPS Environment.postman_environment.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/postman-collections/CPS Environment.postman_environment.json b/postman-collections/CPS Environment.postman_environment.json new file mode 100644 index 0000000000..84dcb642d7 --- /dev/null +++ b/postman-collections/CPS Environment.postman_environment.json @@ -0,0 +1,45 @@ +{ + "id": "e8e90dd2-20be-49be-813f-07db44c6a4c2", + "name": "CPS Environment", + "values": [ + { + "key": "CPS_HOST", + "value": "localhost", + "type": "default", + "enabled": true + }, + { + "key": "CPS_PORT", + "value": "8883", + "type": "default", + "enabled": true + }, + { + "key": "DMI_HOST", + "value": "localhost", + "type": "default", + "enabled": true + }, + { + "key": "DMI_PORT", + "value": "8784", + "type": "default", + "enabled": true + }, + { + "key": "SDNC_HOST", + "value": "localhost", + "type": "default", + "enabled": true + }, + { + "key": "SDNC_PORT", + "value": "8282", + "type": "default", + "enabled": true + } + ], + "_postman_variable_scope": "environment", + "_postman_exported_at": "2024-02-23T13:00:33.537Z", + "_postman_exported_using": "Postman/10.23.4" +}
\ No newline at end of file |