0.6.5.b Arroyo Toad

Git commit fixes
This commit is contained in:
Christian Risi
2024-12-16 10:34:37 +01:00
940 changed files with 5098 additions and 235 deletions

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

@@ -0,0 +1,6 @@
## This file is not intended to be used in a production env, so it is safe to share
##
##
CONFIGURATION_FILE=./Config/debug.json
PRIVATE_KEY_FOLDER=./Private/PrivateKeysP256

2
env/debug/debug.sh vendored Normal file
View File

@@ -0,0 +1,2 @@
export CONFIGURATION_FILE=/workspace/Config/debug.json
export PRIVATE_KEY_FOLDER=/workspace/Private/PrivateKeysP256