Closed gaitonde closed 9 years ago
@indytechcook - issue to track - We're setting up QA and I noticed one of the environment vars in the integration app is this -
URL_PREFIX=http://dev-lc1-challenge-app.herokuapp.com/#!/challenges/
Not sure what it's used for, but i'm guessing it's for a urls we show on page. If that's the case I think we should change it to this -
URL_PREFIX=http://dev.lc.topcoder.com/#!/challenges/
For now, I setup QA to be the same as your convention - URL_PREFIX=http://qa-lc1-challenge-app.herokuapp.com/#!/challenges/
If you agree w/ the change we can update both. Thx.
It doesn't appear that config variable is used anymore. There is a setting on the topcoder env which is used to build the url for the scorecard.
@indytechcook - issue to track - We're setting up QA and I noticed one of the environment vars in the integration app is this -
URL_PREFIX=http://dev-lc1-challenge-app.herokuapp.com/#!/challenges/
Not sure what it's used for, but i'm guessing it's for a urls we show on page. If that's the case I think we should change it to this -
URL_PREFIX=http://dev.lc.topcoder.com/#!/challenges/
For now, I setup QA to be the same as your convention - URL_PREFIX=http://qa-lc1-challenge-app.herokuapp.com/#!/challenges/
If you agree w/ the change we can update both. Thx.