Modifies server default to btc.pisa.watch

This commit is contained in:
Sergi Delgado Segura
2019-07-11 14:28:32 +02:00
parent 86aa517059
commit d24368e505
2 changed files with 2 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
# PISA-SERVER
DEFAULT_PISA_API_SERVER = '35.177.25.32'
DEFAULT_PISA_API_SERVER = 'btc.pisa.watch'
DEFAULT_PISA_API_PORT = 9814
# PISA-CLI
@@ -7,4 +7,4 @@ CLIENT_LOG_FILE = 'pisa.log'
# CRYPTO
SUPPORTED_HASH_FUNCTIONS = ["SHA256"]
SUPPORTED_CIPHERS = ["AES-GCM-128"]
SUPPORTED_CIPHERS = ["AES-GCM-128"]