mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-18 14:44:21 +01:00
Merge branch 'master' into master
This commit is contained in:
@@ -22,6 +22,7 @@ DEFAULT_CONF = {
|
||||
"DEFAULT_SUBSCRIPTION_DURATION": {"value": 4320, "type": int},
|
||||
"EXPIRY_DELTA": {"value": 6, "type": int},
|
||||
"MIN_TO_SELF_DELAY": {"value": 20, "type": int},
|
||||
"LOCATOR_CACHE_SIZE": {"value": 6, "type": int},
|
||||
"LOG_FILE": {"value": "teos.log", "type": str, "path": True},
|
||||
"TEOS_SECRET_KEY": {"value": "teos_sk.der", "type": str, "path": True},
|
||||
"APPOINTMENTS_DB_PATH": {"value": "appointments", "type": str, "path": True},
|
||||
|
||||
Reference in New Issue
Block a user