mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
refactors project structure
This commit is contained in:
26
pisa/sample_conf.py
Normal file
26
pisa/sample_conf.py
Normal file
@@ -0,0 +1,26 @@
|
||||
# bitcoind
|
||||
BTC_RPC_USER = None
|
||||
BTC_RPC_PASSWD = None
|
||||
BTC_RPC_HOST = None
|
||||
BTC_RPC_PORT = None
|
||||
BTC_NETWORK = None
|
||||
|
||||
|
||||
# ZMQ
|
||||
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'
|
||||
DB_PATH = 'appointments/'
|
||||
|
||||
# PISA-CLI
|
||||
CLIENT_LOG_FILE = 'pisa.log'
|
||||
|
||||
# CRYPTO
|
||||
SUPPORTED_HASH_FUNCTIONS = ["SHA256"]
|
||||
SUPPORTED_CIPHERS = ["AES-GCM-128"]
|
||||
Reference in New Issue
Block a user