Debug mode is disabled by default.
This commit is contained in:
tecnovert
2020-11-15 19:02:46 +02:00
parent 009729aa96
commit 18a5322f10
14 changed files with 503 additions and 91 deletions

View File

@@ -139,6 +139,7 @@ def prepareDir(datadir, nodeId, network_key, network_pubkey):
btcdatadir = os.path.join(datadir, str(BTC_NODE))
settings_path = os.path.join(basicswap_dir, cfg.CONFIG_FILENAME)
settings = {
'debug': True,
'zmqhost': 'tcp://127.0.0.1',
'zmqport': BASE_ZMQ_PORT + nodeId,
'htmlhost': 'localhost',