fix: add Postman-compatible environment files (split by env, correct format)
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:
11
environments/LOCAL.postman_environment.json
Normal file
11
environments/LOCAL.postman_environment.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user