feat: WEB-210 Updated .env example file

This commit is contained in:
Hrishikesh Vaipurkar
2024-06-28 11:36:17 +02:00
parent 85f5a524d9
commit 1c5859a252

View File

@@ -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"