-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.env.example
More file actions
31 lines (24 loc) · 798 Bytes
/
.env.example
File metadata and controls
31 lines (24 loc) · 798 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
31
# Pterodactyl API Testing Configuration
# Copy this file to .env and fill in your actual values
# Pterodactyl Panel Configuration
PANEL_URL=https://panel.example.com
PANEL_NODE_URL=wss://node.example.com:8080
# API Keys (Generate these from your Pterodactyl panel)
CLIENT_API_KEY=ptlc_your_client_api_key_here
APPLICATION_API_KEY=ptla_your_application_api_key_here
# Test Resources (Use existing IDs from your panel)
TEST_SERVER_ID=d3aac109
TEST_USER_ID=1
TEST_NODE_ID=1
TEST_LOCATION_ID=1
# Test Configuration
SKIP_DESTRUCTIVE_TESTS=true
TEST_TIMEOUT=30000
RUN_WEBSOCKET_TESTS=false
# Test User Generation
TEST_EMAIL_DOMAIN=example.com
TEST_USERNAME_PREFIX=testuser
# Optional: Custom test output file
# TEST_OUTPUT_FILE=test-results.json
# Optional: Enable verbose logging
# VERBOSE=false