This commit is contained in:
Matthew Frost 2023-11-20 18:40:56 +01:00
parent 1b7c03739f
commit a2aa741236

View file

@ -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"