mirror of
https://github.com/steel-dev/cli.git
synced 2026-09-14 20:47:34 +08:00
8 lines
282 B
Bash
8 lines
282 B
Bash
STEEL_API_KEY=your_api_key_here
|
|
# Optional - customize the connect URL (default: wss://connect.steel.dev)
|
|
STEEL_CONNECT_URL=wss://connect.steel.dev
|
|
# Optional - customize the API URL
|
|
STEEL_API_URL=https://api.steel.dev
|
|
# Optional - provide a session UUID to use
|
|
STEEL_SESSION_ID=""
|