broadfield-dev commited on
Commit
6724f3f
·
verified ·
1 Parent(s): 5958adf

Update server/app.py

Browse files
Files changed (1) hide show
  1. server/app.py +1 -1
server/app.py CHANGED
@@ -21,7 +21,7 @@ AES_GCM_NONCE_SIZE = 12
21
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
22
  logger = logging.getLogger(__name__)
23
 
24
- KEYLOCK_PRIV_KEY = os.environ.get('KEYLOCK_PRIV_KEY')
25
  KEYLOCK_STATUS_MESSAGE = ""
26
 
27
  if not KEYLOCK_PRIV_KEY:
 
21
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
22
  logger = logging.getLogger(__name__)
23
 
24
+ KEYLOCK_PRIV_KEY = os.environ.get('KEYLOCK_PRIV_KEY','./DEMO_ONLY_THIS _IS_SECRET_keylock_priv_key.pem')
25
  KEYLOCK_STATUS_MESSAGE = ""
26
 
27
  if not KEYLOCK_PRIV_KEY: