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"