Init with working version

Basic demo for Tally X AutoIxpert integration to showcase setup in
Go due to impossibility of open-sourcing n8n setup.
This commit is contained in:
rkmpa
2026-03-14 22:45:37 +01:00
commit 20acd6d77a
10 changed files with 791 additions and 0 deletions

6
config.example.json Normal file
View File

@@ -0,0 +1,6 @@
{
"api_key": "autoIxpert-key",
"port": ":9080",
"api_base": "https://app.autoixpert.de/externalApi/v1",
"secret_key": "autoIxpert-secret"
}