-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (17 loc) · 979 Bytes
/
.env.example
File metadata and controls
22 lines (17 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Environment variables for Ably CLI tests
# Copy this file to .env and fill in your Ably API key for E2E tests
# Ably API key for E2E tests - format: appId.keyId:keySecret
E2E_ABLY_API_KEY=your_app_id.your_key_id:your_key_secret
# Ably Access Control API access token for tests
E2E_ABLY_ABLY_ACCESS_TOKEN=your_control_api_access_token
# Set this to skip E2E tests even when API key is present (for CI or local dev when you don't want to run E2E tests)
# SKIP_E2E_TESTS=true
# Terminal server signing secret
# MUST match the live server's SIGNING_SECRET configuration at wss://web-cli-terminal.ably-dev.com
# Used to:
# 1. Sign credentials for HMAC authentication (signedConfig + signature)
# 2. Bypass rate limiting in tests (bypassRateLimit flag in signed config)
# Contact platform team for the actual secret
TERMINAL_SERVER_SIGNING_SECRET=your_signing_secret
# Terminal server URL for local testing (defaults to production)
# TERMINAL_SERVER_URL=ws://localhost:8080