-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathenv.example
More file actions
30 lines (22 loc) · 775 Bytes
/
env.example
File metadata and controls
30 lines (22 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Plane Node SDK Test Configuration
# Copy this file to .env.test and update with your test environment values
# API configuration
PLANE_API_KEY=your-plane-api-key
PLANE_BASE_URL=your-plane-base-url
# Workspace configuration
TEST_WORKSPACE_SLUG=your-workspace-slug
# Agent configuration
TEST_AGENT_SLUG=your-installed-agent-slug
# Project and user IDs
TEST_PROJECT_ID=your-project-id
TEST_USER_ID=your-user-id
# Work item IDs for testing
TEST_WORK_ITEM_ID=your-work-item-id
TEST_WORK_ITEM_ID_2=your-second-work-item-id
# Customer and work item type IDs
TEST_CUSTOMER_ID=your-customer-id
TEST_WORK_ITEM_TYPE_ID=your-work-item-type-id
# Custom property IDs
TEST_CUSTOM_TEXT_PROPERTY_ID=your-custom-text-property-id
# Agent configuration
TEST_AGENT_SLUG=your-agent-slug