38 lines
1.5 KiB
Plaintext
38 lines
1.5 KiB
Plaintext
ADOBE_SCRIPT_SRC=""
|
|
API_BASEURL="https://tstapi.scandichotels.com"
|
|
CMS_ACCESS_TOKEN=""
|
|
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"
|
|
CYPRESS_BASE_URL="http://localhost:3000"
|
|
# See next.config.js for info
|
|
DEPLOY_PRIME_URL="http://localhost:3000"
|
|
DESIGN_SYSTEM_ACCESS_TOKEN=""
|
|
NEXTAUTH_REDIRECT_PROXY_URL="http://localhost:3000/api/web/auth"
|
|
NEXTAUTH_SECRET=""
|
|
REVALIDATE_SECRET=""
|
|
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"
|
|
SEAMLESS_LOGOUT_DE="http://www.example.de/updatelogout?newweb"
|
|
SEAMLESS_LOGOUT_EN="http://www.example.com/updatelogout?newweb"
|
|
SEAMLESS_LOGOUT_FI="http://www.example.fi/updatelogout?newweb"
|
|
SEAMLESS_LOGOUT_NO="http://www.example.no/updatelogout?newweb"
|
|
SEAMLESS_LOGOUT_SV="http://www.example.sv/updatelogout?newweb"
|
|
WEBVIEW_ENCRYPTION_KEY="MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI="
|
|
|
|
PUBLIC_URL="http://localhost:3000"
|
|
AUTH_URL="$PUBLIC_URL/api/web/auth"
|
|
NEXTAUTH_URL="$PUBLIC_URL/api/web/auth"
|