Renamed constants and default file names for Pisa's private and public keys

This commit is contained in:
Salvatore Ingala
2019-10-22 12:13:12 +08:00
parent e71c014535
commit 1601f0ca15
6 changed files with 12 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ EXPIRY_DELTA = 6
MIN_DISPUTE_DELTA = 20
SERVER_LOG_FILE = 'pisa.log'
DB_PATH = 'appointments/'
SIGNING_KEY_FILE = None
PISA_SECRET_KEY = 'pisa_sk.pem'
# PISA-CLI
CLIENT_LOG_FILE = 'pisa.log'