ducky/web

Paddy 2015-06-30 Parent:e6da0d35a533 Child:313780205e39

10:ef386518fa14 Go to Latest

ducky/web/src/config.js

Update our config with still-silly values. Our config file still just has local-only values that don't actually mean anything, but let's keep them updated, just for giggles. We changed the port subscriptionsd listens on, so we updated to match that. We also needed to generate a new client, so its ID and secret are now in the config file as well. No doubt they'll be replaced soon, anyways.

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