feat(SW-3476): add support for using different curity clients when creating service tokens * fix(SW-3476): add support for using different curity clients when creating service tokens * remove log statement Approved-by: Hrishikesh Vaipurkar
7 lines
375 B
Bash
7 lines
375 B
Bash
NEXTAUTH_DEBUG="false"
|
|
DEBUG_QUERIES="false"
|
|
SEAMLESS_ENVIRONMENT_SUBDOMAIN="www"
|
|
CURITY_CLIENT_SERVICE_SCOPES="profile, hotel, booking, package, availability"
|
|
|
|
SEAMLESS_LOGIN="https://${SEAMLESS_ENVIRONMENT_SUBDOMAIN}.scandichotels.{topleveldomain}/updatelogin"
|
|
SEAMLESS_LOGOUT="https://${SEAMLESS_ENVIRONMENT_SUBDOMAIN}.scandichotels.{topleveldomain}/updatelogout?newweb=1" |