From 41453bd2716a094d9b294e930be74f455159e008 Mon Sep 17 00:00:00 2001 From: Salvatore Ingala <6681844+bigspider@users.noreply.github.com> Date: Fri, 11 Oct 2019 12:18:11 +0700 Subject: [PATCH] Updated sample_conf --- .gitignore | 2 +- pisa/sample_conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 545268b..27ae6f5 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,4 @@ test.py *.pyc .cache .pytest_cache/ -*.pem \ No newline at end of file +*.pem diff --git a/pisa/sample_conf.py b/pisa/sample_conf.py index 7f0dc9f..f5a3e5a 100644 --- a/pisa/sample_conf.py +++ b/pisa/sample_conf.py @@ -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'