ducky/web

Paddy 2015-07-07 Parent:313780205e39

18:9b97c908a706 Go to Latest

ducky/web/src/config.js

Fix bug in oauth-refresh, update for hosted path. Our nginx-fronted path has changed, so update the helper to hit the right URL. Also, fix a bug that would cause every failed request to be retried, which was suboptimal.

History
1 export default {
2 'urlBase': 'http://104.154.33.224',
3 'clientID': 'ca5907f4-7662-4aa5-9d06-f209dbf0cae0',
4 'clientSecret': 'db49651d8b50eb8f5f8cabbedc9b1dbca3f5cb41df63a47c9628463db00af7f8',
5 'stripeKey': 'pk_test_w2jN5rCKL9t9CcMPta2SsX7J'
6 }