mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 06:04:21 +01:00
Gets rid of sample_confs and add defaults confs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# TEOS-SERVER
|
||||
DEFAULT_TEOS_API_SERVER = "https://teos.pisa.watch"
|
||||
DEFAULT_TEOS_API_PORT = 443
|
||||
DEFAULT_TEOS_API_SERVER = "http://localhost"
|
||||
DEFAULT_TEOS_API_PORT = 9814
|
||||
|
||||
# WT-CLI
|
||||
DATA_FOLDER = "~/.teos_cli/"
|
||||
Reference in New Issue
Block a user