ducky/web

Paddy 2015-07-07 Parent:ef386518fa14 Child:313780205e39

16:5d47855181e1 Go to Latest

ducky/web/src/config.js

Make production builds possible. Our production builds were erroring out, making it hard to deploy. This fixes things so that our production builds succeed, though I'm lying if I say I understand all the reasoning behind it. The major reasoning seems to be "BUGS".

History
1 export default {
2 'urlBase': 'http://slightly.local:9000',
3 'clientID': '26c602df-14c9-4c1a-bc7b-025844ea43fa',
4 'clientSecret': 'a438bdcdcf5d2248b43c2f1d304ef8090cdeb3789dadfe834698be4234ed76dd',
5 'stripeKey': 'pk_test_w2jN5rCKL9t9CcMPta2SsX7J',
6 }