mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-01-11 10:24:19 +01:00
Moves some of the params to the sample conf file
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user