refactor: streamline ingestor environment variables (#314)

* refactor: streamline ingestor environment variables

* fix: set connection env var in docker test
This commit is contained in:
l5y
2025-10-13 11:02:33 +02:00
committed by GitHub
parent b63e5328b1
commit 5133e9d498
11 changed files with 115 additions and 49 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ jobs:
docker run --rm --name ingestor-test \
-e POTATOMESH_INSTANCE=http://localhost:41447 \
-e API_TOKEN=test-token \
-e MESH_SERIAL=mock \
-e CONNECTION=mock \
-e DEBUG=1 \
${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}-ingestor-linux-amd64:${{ steps.version.outputs.version }} &
sleep 5