Skip to content

Commit

Permalink
v1.1.3 Add Beneral envrionment collection
Browse files Browse the repository at this point in the history
  • Loading branch information
amoreel committed Jan 30, 2025
1 parent 15e4467 commit df3c019
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions environment/OTST_V1.1.1_Benerail_Env.postman_environment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"id": "1731989a-b9f2-4b9a-90e9-a25c1049b260",
"name": "OTST_V1.1.1_Benerail_Env",
"values": [
{
"key": "Ocp-Apim-Subscription-Key",
"value": "<own value here>",
"type": "default",
"enabled": true
},
{
"key": "requestor",
"value": "<own value here>",
"type": "default",
"enabled": true
},
{
"key": "api_base",
"value": "benerail-stg-apim.azure-api.net/acc/osdm",
"type": "default",
"enabled": true
},
{
"key": "data_base",
"value": "https://raw.githubusercontent.com/UnionInternationalCheminsdeFer/OSDM-testing/refs/heads/master/data_base/benerail_datafile.json",
"enabled": true
},
{
"key": "library_base",
"value": "https://raw.githubusercontent.com/UnionInternationalCheminsdeFer/OSDM-testing/refs/heads/master/library/",
"enabled": true
},
{
"key": "x-bnds-backend",
"value": "c03",
"type": "default",
"enabled": true
},
{
"key": "access_token",
"value": "<own value here>",
"type": "any",
"enabled": true
},
{
"key": "data_file",
"value": "<own value here>",
"type": "default",
"enabled": false
},
{
"key": "json_schema",
"value": "https://raw.githubusercontent.com/UnionInternationalCheminsdeFer/OSDM-testing/refs/heads/master/json_validator/datafile.schema.json",
"type": "default",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2025-01-30T00:57:06.200Z",
"_postman_exported_using": "Postman/11.30.1"
}

0 comments on commit df3c019

Please sign in to comment.