V0.6.5 Arroyo Toad

Added configuration to send messages

V0.6.5.a Arroyo Toad

Problems with a detached head
This commit is contained in:
Christian Risi
2024-12-16 10:14:44 +01:00
parent c2539d2250
commit 9f86b58aba
6 changed files with 279 additions and 52 deletions

3
env/debug/.debug.env vendored Normal file
View File

@@ -0,0 +1,3 @@
BACKEND_URL=http://iot-data-backend.internal/iot-data/api/v1/data
CONFIGURATION_FILE=./Config/debug.json
PRIVATE_KEY_FOLDER=./Private/PrivateKeysP256

3
env/debug/.debug.env.example vendored Normal file
View File

@@ -0,0 +1,3 @@
BACKEND_URL=http://iot-data-backend.internal/iot-data/api/v1/data
CONFIGURATION_FILE=./Config/debug.json
PRIVATE_KEY_FOLDER=./Private/PrivateKeysP256