Skip to content

Commit

Permalink
configure new env variables for testing env (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
rners01 authored Nov 2, 2023
1 parent 802a580 commit e62a934
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web-app/.azure-pipelines/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ try {
$Env:REACT_APP_BUILD = $Env:BUILD_SOURCEVERSION.Substring(0, 7)
if ($SiteName -eq 'test') {
$Env:REACT_APP_MIXPANEL_TOKEN = '4b245bace4eed86ffdfa35efc3addf1d'
$Env:REACT_APP_LOGIN_URL = 'https://preview.salad.com/login'
$Env:REACT_APP_API_URL = 'https://app-api-testing.salad.com'
$Env:REACT_APP_PAYPAL_URL = 'https://www.sandbox.paypal.com/connect/?flowEntry=static&client_id=AYjYnvjB968mKTIhMqUtLlNa8CJuF9rg_Q4m0Oym5gFvBkZEMPPoooXcG94OjSCjih7kI1_KM25EgfDs&response_type=code&scope=openid%20email%20https%3A%2F%2Furi.paypal.com%2Fservices%2Fpaypalattributes&redirect_uri=https%253A%252F%252Fapp-api-testing.salad.com%252Fapi%252Fv2%252Fpaypal-account-callback'
$Env:REACT_APP_PROHASHING_USERNAME = 'saladtest'
$Env:REACT_APP_SEARCH_ENGINE = 'salad-rewards-test'
$Env:REACT_APP_NOVU_APP_ID = 'MAiF4Q6JMQIU'
$Env:REACT_APP_SEARCH_KEY = 'search-qced4ibef8m4s7xacm9hoqyk'
$Env:REACT_APP_STRAPI_UPLOAD_URL = 'https://cms-api-testing.salad.io'
$Env:REACT_APP_UNLEASH_API_KEY = 'zrujLzhnwVZkIOlS74oZZ0DK7ZXs3Ifo'
Expand Down

0 comments on commit e62a934

Please sign in to comment.