mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
10 lines
213 B
Python
10 lines
213 B
Python
# PISA-WT-SERVER
|
|
DEFAULT_PISA_API_SERVER = "https://teos.pisa.watch"
|
|
DEFAULT_PISA_API_PORT = 443
|
|
|
|
# WT-CLI
|
|
DATA_FOLDER = "~/.wt_cli/"
|
|
|
|
CLIENT_LOG_FILE = "cli.log"
|
|
APPOINTMENTS_FOLDER_NAME = "appointment_receipts"
|