From 4c7d9362af4023904e6b10941e9a4675c956ecb5 Mon Sep 17 00:00:00 2001 From: Daniel Rosel Date: Fri, 30 Jan 2026 13:55:22 +0100 Subject: [PATCH] chore: envs for e2e --- tests/e2e/.env.example | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/e2e/.env.example diff --git a/tests/e2e/.env.example b/tests/e2e/.env.example new file mode 100644 index 0000000..9e5dee5 --- /dev/null +++ b/tests/e2e/.env.example @@ -0,0 +1,7 @@ +WEB_URL=http://localhost:3000 +BACKEND_URL=http://localhost:5000 +PRICING_PROVIDER_URL=http://localhost:5001 +AIRFLOW_URL=http://localhost:8085 +AIRFLOW_USER=admin +AIRFLOW_PASS=admin +HEADLESS=true