chore: remove legacy postman_environments.json (replaced by environments/ folder)
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,35 +0,0 @@
|
|||||||
{
|
|
||||||
"local": {
|
|
||||||
"id": "ftt19d5vxuj",
|
|
||||||
"v": 2,
|
|
||||||
"name": "LOCAL",
|
|
||||||
"variables": [
|
|
||||||
{ "key": "base_url", "secret": false, "initialValue": "http://localhost:8000", "currentValue": "http://localhost:8000" },
|
|
||||||
{ "key": "username", "secret": false, "initialValue": "admin", "currentValue": "admin" },
|
|
||||||
{ "key": "password", "secret": false, "initialValue": "admin", "currentValue": "admin" },
|
|
||||||
{ "key": "access_token", "secret": false, "initialValue": "", "currentValue": "" }
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"dev": {
|
|
||||||
"id": "x8jh10qysfo",
|
|
||||||
"v": 2,
|
|
||||||
"name": "DEV",
|
|
||||||
"variables": [
|
|
||||||
{ "key": "base_url", "secret": false, "initialValue": "https://dev.v-encore-lab.com", "currentValue": "https://dev.v-encore-lab.com" },
|
|
||||||
{ "key": "username", "secret": false, "initialValue": "admin", "currentValue": "admin" },
|
|
||||||
{ "key": "password", "secret": false, "initialValue": "admin", "currentValue": "admin" },
|
|
||||||
{ "key": "access_token", "secret": false, "initialValue": "", "currentValue": "" }
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"prod": {
|
|
||||||
"id": "3ckrklvkf27",
|
|
||||||
"v": 2,
|
|
||||||
"name": "PROD",
|
|
||||||
"variables": [
|
|
||||||
{ "key": "base_url", "secret": false, "initialValue": "https://v-encore-lab.com", "currentValue": "https://v-encore-lab.com" },
|
|
||||||
{ "key": "username", "secret": false, "initialValue": "admin", "currentValue": "admin" },
|
|
||||||
{ "key": "password", "secret": false, "initialValue": "admin", "currentValue": "admin" },
|
|
||||||
{ "key": "access_token", "secret": false, "initialValue": "", "currentValue": "" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user