Feat/LOY-361 add promo campaign page type * feat(LOY-361): add Pomo Campaign page type * chore(SW-361): remove campaign page flag * fix(LOY-361): cleanup * fix(LOY-361): add promo code Approved-by: Erik Tiekstra Approved-by: Chuma Mcphoy (We Ahead)
75 lines
2.7 KiB
Plaintext
75 lines
2.7 KiB
Plaintext
API_BASEURL="https://tstapi.scandichotels.com"
|
|
CMS_ACCESS_TOKEN=""
|
|
CMS_BRANCH="development"
|
|
CMS_API_KEY=""
|
|
CMS_ENVIRONMENT="development"
|
|
CMS_PREVIEW_TOKEN=""
|
|
CMS_PREVIEW_URL=""
|
|
CMS_URL="https://eu-graphql.contentstack.com/stacks/${CMS_API_KEY}?environment=${CMS_ENVIRONMENT}"
|
|
CURITY_CLIENT_ID_SERVICE=""
|
|
CURITY_CLIENT_SECRET_SERVICE=""
|
|
CURITY_CLIENT_ID_USER=""
|
|
CURITY_CLIENT_SECRET_USER=""
|
|
CURITY_ISSUER_USER="https://testlogin.scandichotels.com"
|
|
CURITY_ISSUER_SERVICE="https://testlogin.scandichotels.com"
|
|
CYPRESS_BASE_URL="http://localhost:3000"
|
|
# See next.config.js for info
|
|
DEPLOY_PRIME_URL="http://localhost:3000"
|
|
NEXTAUTH_REDIRECT_PROXY_URL="http://localhost:3000/api/web/auth"
|
|
NEXTAUTH_SECRET=""
|
|
REVALIDATE_SECRET=""
|
|
SITEMAP_SYNC_SECRET=""
|
|
SALESFORCE_PREFERENCE_BASE_URL="https://cloud.emails.scandichotels.com/preference-center"
|
|
|
|
SEAMLESS_LOGIN_DA="http://www.example.dk/updatelogin"
|
|
SEAMLESS_LOGIN_DE="http://www.example.de/updatelogin"
|
|
SEAMLESS_LOGIN_EN="http://www.example.com/updatelogin"
|
|
SEAMLESS_LOGIN_FI="http://www.example.fi/updatelogin"
|
|
SEAMLESS_LOGIN_NO="http://www.example.no/updatelogin"
|
|
SEAMLESS_LOGIN_SV="http://www.example.se/updatelogin"
|
|
SEAMLESS_LOGOUT_DA="http://www.example.dk/updatelogout?newweb=1"
|
|
SEAMLESS_LOGOUT_DE="http://www.example.de/updatelogout?newweb=1"
|
|
SEAMLESS_LOGOUT_EN="http://www.example.com/updatelogout?newweb=1"
|
|
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=""
|
|
// WEB-210 NodeJS v17+ uses OPENSSL 3.0 in which the encryption algorithm “DES-ECB” is deprecated and
|
|
// to enable support NODE_OPTIONS="--openssl-legacy-provider" is required.
|
|
NODE_OPTIONS="--openssl-legacy-provider"
|
|
// The runtime execution is happening in AWS functions as per Netlify setup, the AWS functions need another variable
|
|
// OPENSSL_MODULES="/var/lang/lib/ossl-modules" to enable legacy encryption support.
|
|
OPENSSL_MODULES="/var/lang/lib/ossl-modules"
|
|
|
|
NEXT_PUBLIC_PUBLIC_URL="http://localhost:3000"
|
|
AUTH_URL="$NEXT_PUBLIC_PUBLIC_URL/api/web/auth"
|
|
NEXTAUTH_URL="$NEXT_PUBLIC_PUBLIC_URL/api/web/auth"
|
|
|
|
GOOGLE_STATIC_MAP_KEY=""
|
|
GOOGLE_STATIC_MAP_SIGNATURE_SECRET=""
|
|
GOOGLE_STATIC_MAP_ID=""
|
|
GOOGLE_DYNAMIC_MAP_ID=""
|
|
|
|
ENABLE_SURPRISES="true"
|
|
ENABLE_DTMC="true"
|
|
ENABLE_NEW_OVERVIEW_SECTION="true"
|
|
|
|
SHOW_SITE_WIDE_ALERT="false"
|
|
|
|
USE_NEW_REWARD_MODEL="true"
|
|
|
|
SAS_POINT_TRANSFER_ENABLED="true"
|
|
SAS_API_ENDPOINT=""
|
|
SAS_AUTH_ENDPOINT=""
|
|
SAS_OCP_APIM=""
|
|
SAS_AUTH_CLIENTID=""
|
|
|
|
LOKALISE_API_KEY=""
|
|
|
|
DTMC_ENTRA_ID_CLIENT=""
|
|
DTMC_ENTRA_ID_ISSUER=""
|
|
DTMC_ENTRA_ID_SECRET=""
|
|
|
|
PROMO_CAMPAIGN_PAGES_ENABLED="0" # 0 - disabled, 1 - enabled
|