49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
|
|
{
|
||
|
|
"id": "parametric-bom-test-env",
|
||
|
|
"name": "Parametric BOM Test Environment",
|
||
|
|
"values": [
|
||
|
|
{
|
||
|
|
"key": "base_url",
|
||
|
|
"value": "http://localhost:8000/api/v1",
|
||
|
|
"description": "Base API URL for the SAM application",
|
||
|
|
"enabled": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "api_key",
|
||
|
|
"value": "your-api-key-here",
|
||
|
|
"description": "API key for authentication (update with actual key)",
|
||
|
|
"enabled": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "user_email",
|
||
|
|
"value": "demo@kss01.com",
|
||
|
|
"description": "Test user email (from KSS01ModelSeeder)",
|
||
|
|
"enabled": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "user_password",
|
||
|
|
"value": "kss01demo",
|
||
|
|
"description": "Test user password (from KSS01ModelSeeder)",
|
||
|
|
"enabled": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "auth_token",
|
||
|
|
"value": "",
|
||
|
|
"description": "Bearer token obtained from login (auto-populated)",
|
||
|
|
"enabled": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "tenant_id",
|
||
|
|
"value": "",
|
||
|
|
"description": "Current tenant ID (auto-populated)",
|
||
|
|
"enabled": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"key": "model_id",
|
||
|
|
"value": "",
|
||
|
|
"description": "KSS01 model ID (auto-populated from collection)",
|
||
|
|
"enabled": true
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"_postman_variable_scope": "environment"
|
||
|
|
}
|