Files
Docker-Compose/Hawser-Edge/.env.example
T
2026-05-01 00:30:32 -07:00

14 lines
266 B
Bash

# Hawser Edge
# Linux username whose home directory holds the stacks volume
HAWSER_USERNAME=
# Authentication token for the Hawser API
HAWSER_Token=
# Dockhand server address (hostname or IP)
DOCKHAND_ADDRESS=
# Dockhand server WebSocket port
DOCKHAND_PORT=3000