From 46c7a2f2cde363bf92c859d40edf10875fc4d1c6 Mon Sep 17 00:00:00 2001 From: Jeppe Bundgaard Date: Mon, 15 Dec 2025 10:34:48 +0100 Subject: [PATCH] Add `http-client.env.json` for HTTP client test environment configuration --- services/nginx/app/tests/HTTP/http-client.env.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 services/nginx/app/tests/HTTP/http-client.env.json diff --git a/services/nginx/app/tests/HTTP/http-client.env.json b/services/nginx/app/tests/HTTP/http-client.env.json new file mode 100644 index 00000000..5847e8f5 --- /dev/null +++ b/services/nginx/app/tests/HTTP/http-client.env.json @@ -0,0 +1,12 @@ +{ + "dev": { + "api_url": "https://api.truckwash.dk:4433", + "registration_number_1": "AB12345", + "registration_number_2": "EC21233", + "registration_number_3": "EC21234", + "customer_number": "12345679", + "customer_id": "1952", + "bay_guid_1": "df640a07-918a-465e-abf7-c27f983d8a37", + "department_id": "12" + } +} \ No newline at end of file