Hello, I recently tried setting the multichain-explorer-2, but i got an error missing port in main section. I do have the port option in the main section. Please help
[main]
# Who to accept connections from.
# You can only have one host entry in the config file otherwise the explorer will report an error.
# host=0.0.0.0 # to accept connections from anybody (including localhost) e.g. production
# host=localhost # to only accept connections from your local machine e.g. testing
host=0.0.0.0/0
# Port to serve web pages
port=12343
[chains]
chain1=on
[chain1]
name=chain1
# The host serving MultiChain RPC, including scheme (e.g. "http://123.45.67.89"), default localhost ("http://127.0.0.1")
rpchost=http://127.0.0.1