Changes cli to be protocol agnostic and defines https on config file

This commit is contained in:
Sergi Delgado Segura
2020-02-13 19:00:15 +01:00
parent 3ba5db533d
commit 43975df894
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# PISA-WT-SERVER
DEFAULT_PISA_API_SERVER = "teos.pisa.watch"
DEFAULT_PISA_API_PORT = 9814
DEFAULT_PISA_API_SERVER = "https://teos.pisa.watch"
DEFAULT_PISA_API_PORT = 443
# WT-CLI
DATA_FOLDER = "~/.wt_cli/"