Add http-client.env.json for HTTP client test environment configuration

This commit is contained in:
Jeppe Bundgaard
2025-12-15 10:34:48 +01:00
parent fff5637fe6
commit 46c7a2f2cd
@@ -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"
}
}