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