Updated sample_conf

This commit is contained in:
Salvatore Ingala
2019-10-11 12:18:11 +07:00
parent c6db6eddb3
commit 41453bd271
2 changed files with 2 additions and 2 deletions

View File

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