Moves some of the params to the sample conf file

This commit is contained in:
Sergi Delgado Segura
2019-06-20 14:58:46 +01:00
parent db263cf9b9
commit a722065cdd

View File

@@ -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"