From 9fc5a0ff98492c9c6bfba517f995e2c36cb2569a Mon Sep 17 00:00:00 2001 From: Jakob Stadlhuber Date: Fri, 24 May 2024 17:45:59 +0200 Subject: [PATCH] Update comment in .env.example for proxy settings This commit modifies the comment in .env.example to specify that proxy settings are for Playwright. This clarification aims to provide users a more clear context about when and why these proxy settings are used. --- apps/api/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/.env.example b/apps/api/.env.example index 0ba20e8..735444b 100644 --- a/apps/api/.env.example +++ b/apps/api/.env.example @@ -37,7 +37,7 @@ HDX_NODE_BETA_MODE=1 FIRE_ENGINE_BETA_URL= # set if you'd like to use the fire engine closed beta -# Proxy Settings (Alternative you can can use a proxy service like oxylabs, which rotates IPs for you on every request) +# Proxy Settings for Playwright (Alternative you can can use a proxy service like oxylabs, which rotates IPs for you on every request) PROXY_SERVER= PROXY_USERNAME= PROXY_PASSWORD=