From 05e95f88800b2b2af527536941bb461658a9f29b Mon Sep 17 00:00:00 2001 From: minguezsanzjuanjose Date: Sat, 18 Apr 2026 13:43:35 +0200 Subject: [PATCH] chore: remove legacy postman_environments.json (replaced by environments/ folder) Co-Authored-By: Claude Sonnet 4.6 --- postman_environments.json | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 postman_environments.json diff --git a/postman_environments.json b/postman_environments.json deleted file mode 100644 index a80c0d6..0000000 --- a/postman_environments.json +++ /dev/null @@ -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": "" } - ] - } -}