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.
20 lines
383 B
20 lines
383 B
#########################################
|
|
# CONFIGURATION OF WHIRLPOOL CONTAINER
|
|
#########################################
|
|
|
|
# Install and run an instance of whirlpool-cli inside Docker
|
|
# Value: on | off
|
|
WHIRLPOOL_INSTALL=off
|
|
|
|
|
|
#
|
|
# EXPERT SETTINGS
|
|
#
|
|
|
|
# Activate debug logs
|
|
# Value: on | off
|
|
WHIRLPOOL_DEBUG=off
|
|
|
|
# Activate more debug logs
|
|
# Value: on | off
|
|
WHIRLPOOL_DEBUG_CLIENT=off
|
|
|