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.
16 lines
425 B
16 lines
425 B
#########################################
|
|
# CONFIGURATION OF EXPLORER CONTAINER
|
|
#########################################
|
|
|
|
|
|
# Install and run a block explorer inside Dojo (recommended)
|
|
# Value: on | off
|
|
EXPLORER_INSTALL=on
|
|
|
|
|
|
# Password required for accessing the block explorer
|
|
# (login can be anything)
|
|
# Keep this password secret!
|
|
# Provide a value with a high entropy!
|
|
# Type: alphanumeric
|
|
EXPLORER_KEY=myExplorerPassword
|
|
|