Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(teamcity): add a gcppoc config
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgm committed May 1, 2018
1 parent 6862a63 commit 7f038db
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tests/teamcity/gcppoc
@@ -0,0 +1,20 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

FXA_CONTENT_ROOT="https://accounts.public.gcppoc.mozaws.net/"
FXA_AUTH_ROOT="https://auth.public.gcppoc.mozaws.net/v1"
FXA_OAUTH_ROOT="https://oauth.public.gcppoc.mozaws.net"
FXA_PROFILE_ROOT="https://profile.public.gcppoc.mozaws.net/"
FXA_TOKEN_ROOT="https://accounts.public.gcppoc.mozaws.net/syncserver/token"

FXA_OAUTH_APP_ROOT="https://123done-latest.dev.lcip.org/"
FXA_UNTRUSTED_OAUTH_APP_ROOT="https://321done-latest.dev.lcip.org/"

FXA_CONTENT_VERSION="https://accounts.public.gcppoc.mozaws.net/__version__"
FXA_OAUTH_VERSION="https://oauth.public.gcppoc.mozaws.net/__version__"
FXA_PROFILE_VERSION="https://profile.public.gcppoc.mozaws.net/__version__"
FXA_AUTH_VERSION="https://auth.public.gcppoc.mozaws.net/__version__"

# production-like, but not quite
FXA_DEV_BOX="true"

0 comments on commit 7f038db

Please sign in to comment.