From e009c8ab71a1c31047625868fad70f348e1a59ac Mon Sep 17 00:00:00 2001 From: vikasrohit Date: Wed, 29 Apr 2015 13:38:46 +0530 Subject: [PATCH] SUP-156, Show User's Certification Status Added API V3 URL for QA env. --- src/conf/build-qa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/build-qa.sh b/src/conf/build-qa.sh index 0cd7c6e5..4e0f3cd2 100755 --- a/src/conf/build-qa.sh +++ b/src/conf/build-qa.sh @@ -1 +1 @@ -grunt --main-url=https://www.topcoder-qa.com --auth-main-url=topcoder-qa.auth0.com --auth-client-id=EVOgWZlCtIFlbehkq02treuRRoJk12UR --auth-callback-url="https://www.topcoder-qa.com/reg2/callback.action" --api-url=https://api.topcoder-qa.com/v2 --lc-url=https://qa-lc1-ext-challenge-service.herokuapp.com --lc-discussion-url=https://qa-lc1-discussion-service.herokuapp.com --lc-user-url=https://qa-lc1-user-service.herokuapp.com --lc-site-url=https://qa-lc1-challenge-app.herokuapp.com --my-filters-url=https://staging-user-settings-service.herokuapp.com --community-url=//community.topcoder-qa.com --blog-rss-feed="https://www.topcoder-qa.com/feed/?post_type=blog" --use-cdn=1 --use-min=1 \ No newline at end of file +grunt --main-url=https://www.topcoder-qa.com --auth-main-url=topcoder-qa.auth0.com --auth-client-id=EVOgWZlCtIFlbehkq02treuRRoJk12UR --auth-callback-url="https://www.topcoder-qa.com/reg2/callback.action" --api-url=https://api.topcoder-qa.com/v2 --lc-url=https://qa-lc1-ext-challenge-service.herokuapp.com --lc-discussion-url=https://qa-lc1-discussion-service.herokuapp.com --lc-user-url=https://qa-lc1-user-service.herokuapp.com --lc-site-url=https://qa-lc1-challenge-app.herokuapp.com --my-filters-url=https://staging-user-settings-service.herokuapp.com --community-url=//community.topcoder-qa.com --blog-rss-feed="https://www.topcoder-qa.com/feed/?post_type=blog" --api3-url=http://api.topcoder-qa.com/v3 --use-cdn=1 --use-min=1 \ No newline at end of file