From d0115a48cc1d18af093f6b7efb415231eb42dd38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= <2493377+askpt@users.noreply.github.com> Date: Sun, 14 Dec 2025 15:30:26 +0000 Subject: [PATCH] docs: update environment variable name for request timeout to OFREP_TIMEOUT_MS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com> --- service/adrs/0007-sdk-configuration-environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/adrs/0007-sdk-configuration-environment-variables.md b/service/adrs/0007-sdk-configuration-environment-variables.md index e4e5043..a90df21 100644 --- a/service/adrs/0007-sdk-configuration-environment-variables.md +++ b/service/adrs/0007-sdk-configuration-environment-variables.md @@ -35,7 +35,7 @@ Define the following standard environment variables: - **OFREP_ENDPOINT**: The base URL for the OFREP service (e.g., `http://localhost:2321`) - **OFREP_HEADERS**: Additional HTTP headers in comma-separated key=value format (e.g., "Authorization=Bearer 123,Content-Type=application/json") -- **OFREP_TIMEOUT**: Request timeout in milliseconds (e.g., "5000") +- **OFREP_TIMEOUT_MS**: Request timeout in milliseconds (e.g., "5000") SDKs should: