mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
Changes cli to be protocol agnostic and defines https on config file
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user