9 lines
194 B
Bash
9 lines
194 B
Bash
# Host port to expose the Hawser API on
|
|
HAWSER_PORT=2376
|
|
|
|
# Linux username whose home directory holds the stacks volume
|
|
HAWSER_USERNAME=
|
|
|
|
# Authentication token for the Hawser API
|
|
HAWSER_Token=
|