fix: add Postman-compatible environment files (split by env, correct format)
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:
minguezsanzjuanjose
2026-04-18 13:35:57 +02:00
parent 02fa6247f1
commit af38d88876
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"id": "ftt19d5vxuj",
"name": "LOCAL",
"values": [
{ "key": "base_url", "value": "http://localhost:8000", "type": "default", "enabled": true },
{ "key": "username", "value": "admin", "type": "default", "enabled": true },
{ "key": "password", "value": "admin", "type": "default", "enabled": true },
{ "key": "access_token", "value": "", "type": "default", "enabled": true }
],
"_postman_variable_scope": "environment"
}