From a722065cddc514b60ca123f316da47c93d1def76 Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Thu, 20 Jun 2019 14:58:46 +0100 Subject: [PATCH] Moves some of the params to the sample conf file --- pisa-btc/sample_conf.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pisa-btc/sample_conf.py b/pisa-btc/sample_conf.py index 46ec5d3..88ad86a 100644 --- a/pisa-btc/sample_conf.py +++ b/pisa-btc/sample_conf.py @@ -9,3 +9,17 @@ BTC_RPC_PORT = None FEED_PROTOCOL = None FEED_ADDR = None FEED_PORT = None + +# PISA +MAX_APPOINTMENTS = 100 +EXPIRY_DELTA = 6 +MIN_DISPUTE_DELTA = 20 +SERVER_LOG_FILE = 'pisa.log' + +# PISA-CLI +CLIENT_LOG_FILE = 'pisa.log' + +# CRYPTO +SUPPORTED_HASH_FUNCTIONS = ["SHA256"] +SUPPORTED_CIPHERS = ["AES-GCM-128"] +SALT = "lightningwatcher"