"""Constants.""" QA_ENVIRONMENT = "qa" PROD_ENVIRONMENT = "prod" UAT_ENVIRONMENT = "uat" HEADER_CORRELATION_ID = "Correlation-Id" HEADER_ORCHARD_IDENTITY_ID = "Orchard-Identity-Id" HEADER_ORCHARD_PROFILE_TYPE = "Orchard-Profile-Type" HEADER_ORCHARD_PROFILE_ID = "Orchard-Profile-Id" HEADER_APOLLO_GRAPHQL_CLIENT_NAME = "Apollographql-Client-Name" QA_AUTH0_URL = "https://qa-orchard.auth0.com" PROD_AUTH0_URL = "https://workstation.auth0.com"