From 1c5859a252cfe58e8dd77582119a93b04988a638 Mon Sep 17 00:00:00 2001 From: Hrishikesh Vaipurkar Date: Fri, 28 Jun 2024 11:36:17 +0200 Subject: [PATCH] feat: WEB-210 Updated .env example file --- .env.local.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.local.example b/.env.local.example index 7101a7de9..32ea8668e 100644 --- a/.env.local.example +++ b/.env.local.example @@ -32,7 +32,9 @@ SEAMLESS_LOGOUT_NO="http://www.example.no/updatelogout?newweb=1" SEAMLESS_LOGOUT_SV="http://www.example.sv/updatelogout?newweb=1" WEBVIEW_ENCRYPTION_KEY="MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI=" BOOKING_ENCRYPTION_KEY="" +// (WEB-210) Note below both variables are required to Support Legacy encryption NODE_OPTIONS="--openssl-legacy-provider" +OPENSSL_MODULES="/var/lang/lib/ossl-modules" PUBLIC_URL="http://localhost:3000" AUTH_URL="$PUBLIC_URL/api/web/auth"