-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (22 loc) · 1.14 KB
/
.env.example
File metadata and controls
28 lines (22 loc) · 1.14 KB
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
# =============================================================================
# 555stream Control Plugin Configuration
# =============================================================================
# Copy this file to .env and fill in your values
# -----------------------------------------------------------------------------
# Required Settings
# -----------------------------------------------------------------------------
# 555stream control-plane URL (no trailing slash)
STREAM555_BASE_URL=https://stream.rndrntwrk.com
# Agent JWT token
# Obtain from 555stream dashboard or via POST /api/agent/v1/auth/token
STREAM555_AGENT_TOKEN=
# -----------------------------------------------------------------------------
# Optional Settings
# -----------------------------------------------------------------------------
# Default session ID to auto-bind on startup
# If not set, agent must call STREAM555_BOOTSTRAP_SESSION to bind a session
# STREAM555_DEFAULT_SESSION_ID=
# Require approval for dangerous actions (start/stop stream, delete, etc.)
# Default: true
# Set to false to allow immediate execution (use with caution)
STREAM555_REQUIRE_APPROVALS=true