From a2aa7412367bf58450eb82a1e12d0661a4430ae9 Mon Sep 17 00:00:00 2001 From: Matthew Frost Date: Mon, 20 Nov 2023 18:40:56 +0100 Subject: [PATCH] tinance --- include/secrets.h.dist | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/secrets.h.dist b/include/secrets.h.dist index a7bc2c0..6c08b4e 100644 --- a/include/secrets.h.dist +++ b/include/secrets.h.dist @@ -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"