Files
2026-05-01 01:03:01 -07:00

12 lines
251 B
Bash

# 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