Gets rid of sample_confs and add defaults confs

This commit is contained in:
Sergi Delgado Segura
2020-03-18 18:10:09 +01:00
parent 685c81fa40
commit 5ff33ad5cf
4 changed files with 2 additions and 9 deletions

14
cli/conf.py Normal file
View File

@@ -0,0 +1,14 @@
# TEOS-SERVER
DEFAULT_TEOS_API_SERVER = "http://localhost"
DEFAULT_TEOS_API_PORT = 9814
# 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"