Files
python-teos/pisa-btc/apps/cli/__init__.py
2019-08-09 15:00:02 +01:00

10 lines
205 B
Python

# PISA-SERVER
DEFAULT_PISA_API_SERVER = 'localhost'
DEFAULT_PISA_API_PORT = 9814
# PISA-CLI
CLIENT_LOG_FILE = 'pisa.log'
# CRYPTO
SUPPORTED_HASH_FUNCTIONS = ["SHA256"]
SUPPORTED_CIPHERS = ["AES-GCM-128"]