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