Skip to content

Commit

Permalink
tools: update URLs in tools/staging_env.sh (#4201)
Browse files Browse the repository at this point in the history
  • Loading branch information
tartley authored Jun 6, 2023
1 parent c0c608b commit f88cf20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/staging_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ deactivate() {
unset deactivate
}

export STORE_DASHBOARD_URL="https://dashboard.staging.snapcraft.io/"
export STORE_API_URL="https://api.staging.snapcraft.io/"
export STORE_UPLOAD_URL="https://storage.staging.snapcraftcontent.com/"
export UBUNTU_ONE_SSO_URL="https://login.staging.ubuntu.com/"
export STORE_DASHBOARD_URL="https://dashboard.staging.snapcraft.io"
export STORE_API_URL="https://api.staging.snapcraft.io"
export STORE_UPLOAD_URL="https://storage.staging.snapcraftcontent.com"
export UBUNTU_ONE_SSO_URL="https://login.staging.ubuntu.com"
export TEST_STORE="staging"

export ORIGINAL_PS1="$PS1"
Expand Down

0 comments on commit f88cf20

Please sign in to comment.