mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-01-28 18:54:32 +01:00
Changes the default pisa-server IP address to the elastic aws ip address
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# PISA-SERVER
|
# PISA-SERVER
|
||||||
DEFAULT_PISA_API_SERVER = 'localhost'
|
DEFAULT_PISA_API_SERVER = '35.177.25.32'
|
||||||
DEFAULT_PISA_API_PORT = 9814
|
DEFAULT_PISA_API_PORT = 9814
|
||||||
|
|
||||||
# PISA-CLI
|
# PISA-CLI
|
||||||
|
|||||||
@@ -148,7 +148,8 @@ def show_usage():
|
|||||||
'\n\thelp \t\t\tShows a list of commands or help for a specific command.'
|
'\n\thelp \t\t\tShows a list of commands or help for a specific command.'
|
||||||
|
|
||||||
'\n\nGLOBAL OPTIONS:'
|
'\n\nGLOBAL OPTIONS:'
|
||||||
'\n\t-s, --server \tAPI server where to send the requests. Defaults to localhost (modifiable in __init__.py)'
|
'\n\t-s, --server \tAPI server where to send the requests. Defaults to 35.177.25.32 (modifiable in '
|
||||||
|
'__init__.py)'
|
||||||
'\n\t-p, --port \tAPI port where to send the requests. Defaults to 9814 (modifiable in __init__.py)'
|
'\n\t-p, --port \tAPI port where to send the requests. Defaults to 9814 (modifiable in __init__.py)'
|
||||||
'\n\t-d, --debug \tshows debug information and stores it in pisa.log'
|
'\n\t-d, --debug \tshows debug information and stores it in pisa.log'
|
||||||
'\n\t-h --help \tshows this message.')
|
'\n\t-h --help \tshows this message.')
|
||||||
|
|||||||
Reference in New Issue
Block a user