All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
- .gitattributes: añadir '*.sh text eol=lf' para evitar CRLF en Windows - deployments/entrypoint.sh: renormalizado a LF - postman_environments.json: entornos LOCAL/DEV/PROD en un único fichero - postman_collection.json: eliminadas variables por defecto (vienen del entorno)
36 lines
1.7 KiB
JSON
36 lines
1.7 KiB
JSON
{
|
|
"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": "" }
|
|
]
|
|
}
|
|
}
|