12 lines
251 B
Bash
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
|