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.
 
 
 
 
 
 

28 lines
668 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
# Contact coordinator through its onion address or clearnet address
# Set to on for onion address, set to off for clearnet address
# Value: on | off
WHIRLPOOL_COORDINATOR_ONION=on
#
# EXPERT SETTINGS
#
# Activate debug logs
# Value: on | off
WHIRLPOOL_DEBUG=off
# Activate more debug logs
# Value: on | off
WHIRLPOOL_DEBUG_CLIENT=off