tinance
This commit is contained in:
parent
1b7c03739f
commit
a2aa741236
1 changed files with 7 additions and 0 deletions
|
@ -11,6 +11,13 @@
|
|||
const char* http_password = "admin";
|
||||
#endif
|
||||
|
||||
#ifdef TINANCE2_BACKEND
|
||||
const char* tinance2_url = "https://tinance2.local/accesscontrol/api/";
|
||||
const char* tinance2_reader_identifer = "mx-test-reader-1";
|
||||
const char* tinance2_reader_key = "access-key";
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef LOCAL_ACL
|
||||
#include "ACL.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue