feat: (Web-210) Added encryption for my-booking Urls

This commit is contained in:
Hrishikesh Vaipurkar
2024-06-14 16:40:01 +02:00
parent 174fc75b42
commit b57860ddfe
5 changed files with 136 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ SEAMLESS_LOGOUT_FI="http://www.example.fi/updatelogout?newweb=1"
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=za2paS0x
NODE_OPTIONS=--openssl-legacy-provider
PUBLIC_URL="http://localhost:3000"
AUTH_URL="$PUBLIC_URL/api/web/auth"