mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 06:34:19 +01:00
Updated sample_conf
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -13,4 +13,4 @@ test.py
|
|||||||
*.pyc
|
*.pyc
|
||||||
.cache
|
.cache
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
*.pem
|
*.pem
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ EXPIRY_DELTA = 6
|
|||||||
MIN_DISPUTE_DELTA = 20
|
MIN_DISPUTE_DELTA = 20
|
||||||
SERVER_LOG_FILE = 'pisa.log'
|
SERVER_LOG_FILE = 'pisa.log'
|
||||||
DB_PATH = 'appointments/'
|
DB_PATH = 'appointments/'
|
||||||
SIGNING_KEY_DER = None
|
SIGNING_KEY_FILE = None
|
||||||
|
|
||||||
# PISA-CLI
|
# PISA-CLI
|
||||||
CLIENT_LOG_FILE = 'pisa.log'
|
CLIENT_LOG_FILE = 'pisa.log'
|
||||||
|
|||||||
Reference in New Issue
Block a user