mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-01-25 17:24:20 +01:00
Moves cli conf options to __init__.py so it can be run standalone
This commit is contained in:
@@ -1,2 +1,10 @@
|
||||
# PISA-SERVER
|
||||
DEFAULT_PISA_API_SERVER = 'localhost'
|
||||
DEFAULT_PISA_API_PORT = 9814
|
||||
DEFAULT_PISA_API_PORT = 9814
|
||||
|
||||
# PISA-CLI
|
||||
CLIENT_LOG_FILE = 'pisa.log'
|
||||
|
||||
# CRYPTO
|
||||
SUPPORTED_HASH_FUNCTIONS = ["SHA256"]
|
||||
SUPPORTED_CIPHERS = ["AES-GCM-128"]
|
||||
Reference in New Issue
Block a user