Addaps api and daemon to use userDB

This commit is contained in:
Sergi Delgado Segura
2020-04-01 18:26:36 +02:00
parent a46bab6b20
commit 3009bb83ba
4 changed files with 105 additions and 3 deletions

View File

@@ -23,4 +23,5 @@ DEFAULT_CONF = {
"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},
"USERS_DB_PATH": {"value": "users", "type": str, "path": True},
}