Changes the default pisa-server IP address to the elastic aws ip address

This commit is contained in:
Sergi Delgado Segura
2019-07-11 10:33:03 +02:00
parent 297d94bfb5
commit 75545566fe
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# PISA-SERVER
DEFAULT_PISA_API_SERVER = 'localhost'
DEFAULT_PISA_API_SERVER = '35.177.25.32'
DEFAULT_PISA_API_PORT = 9814
# PISA-CLI