feat: WEB-210 Updated .env example file
This commit is contained in:
@@ -32,7 +32,9 @@ SEAMLESS_LOGOUT_NO="http://www.example.no/updatelogout?newweb=1"
|
|||||||
SEAMLESS_LOGOUT_SV="http://www.example.sv/updatelogout?newweb=1"
|
SEAMLESS_LOGOUT_SV="http://www.example.sv/updatelogout?newweb=1"
|
||||||
WEBVIEW_ENCRYPTION_KEY="MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI="
|
WEBVIEW_ENCRYPTION_KEY="MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI="
|
||||||
BOOKING_ENCRYPTION_KEY=""
|
BOOKING_ENCRYPTION_KEY=""
|
||||||
|
// (WEB-210) Note below both variables are required to Support Legacy encryption
|
||||||
NODE_OPTIONS="--openssl-legacy-provider"
|
NODE_OPTIONS="--openssl-legacy-provider"
|
||||||
|
OPENSSL_MODULES="/var/lang/lib/ossl-modules"
|
||||||
|
|
||||||
PUBLIC_URL="http://localhost:3000"
|
PUBLIC_URL="http://localhost:3000"
|
||||||
AUTH_URL="$PUBLIC_URL/api/web/auth"
|
AUTH_URL="$PUBLIC_URL/api/web/auth"
|
||||||
|
|||||||
Reference in New Issue
Block a user