9 lines
166 B
Bash
9 lines
166 B
Bash
|
|
HTTP_BIND_ADDRESS=0.0.0.0
|
|
HTTP_BIND_PORT=8080
|
|
TB_HOST=localhost
|
|
TB_PORT=8080
|
|
LOGGER_LEVEL=debug
|
|
LOG_FOLDER=logs
|
|
LOGGER_FILENAME=tb-web-ui-%DATE%.log
|
|
DOCKER_MODE=true |