Files
python-teos/apps/cli/sample_conf.py
Sergi Delgado Segura 22ded55990 Renames pisa_cli to wt_cli
2020-02-11 18:37:12 +01:00

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"