You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
488 B
24 lines
488 B
#########################################
|
|
# CONFIGURATION OF WHIRLPOOL CONTAINER
|
|
#########################################
|
|
|
|
# Install and run an instance of whirlpool-cli inside Docker
|
|
# Value: on | off
|
|
WHIRLPOOL_INSTALL=off
|
|
|
|
# Resynchronize mix counters on startup (startup will be slower)
|
|
# Value: on | off
|
|
WHIRLPOOL_RESYNC=off
|
|
|
|
|
|
#
|
|
# EXPERT SETTINGS
|
|
#
|
|
|
|
# Activate debug logs
|
|
# Value: on | off
|
|
WHIRLPOOL_DEBUG=off
|
|
|
|
# Activate more debug logs
|
|
# Value: on | off
|
|
WHIRLPOOL_DEBUG_CLIENT=off
|
|
|