mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
Removes apps folder
This commit is contained in:
14
cli/sample_conf.py
Normal file
14
cli/sample_conf.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# TEOS-SERVER
|
||||
DEFAULT_TEOS_API_SERVER = "https://teos.pisa.watch"
|
||||
DEFAULT_TEOS_API_PORT = 443
|
||||
|
||||
# WT-CLI
|
||||
DATA_FOLDER = "~/.teos_cli/"
|
||||
|
||||
CLIENT_LOG_FILE = "cli.log"
|
||||
APPOINTMENTS_FOLDER_NAME = "appointment_receipts"
|
||||
|
||||
# KEYS
|
||||
TEOS_PUBLIC_KEY = "teos_pk.der"
|
||||
CLI_PRIVATE_KEY = "cli_sk.der"
|
||||
CLI_PUBLIC_KEY = "cli_pk.der"
|
||||
Reference in New Issue
Block a user