ducky/web

Paddy 2015-06-30 Parent:e9e0a28a7419 Child:3bdc03963abe

10:ef386518fa14 Browse Files

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.

src/config.js

     1.1 --- a/src/config.js	Tue Jun 30 01:16:45 2015 -0400
     1.2 +++ b/src/config.js	Tue Jun 30 01:18:52 2015 -0400
     1.3 @@ -1,6 +1,6 @@
     1.4  export default {
     1.5 -  'urlBase': 'http://slightly.local:8080',
     1.6 -  'clientID': '677e13ff-18ff-4529-96ae-2d24496ef49f',
     1.7 -  'clientSecret': '6406a8dc7216e6f248908905459b21617468be0aa1a207173a9bfb9669bb3db3',
     1.8 +  'urlBase': 'http://slightly.local:9000',
     1.9 +  'clientID': '26c602df-14c9-4c1a-bc7b-025844ea43fa',
    1.10 +  'clientSecret': 'a438bdcdcf5d2248b43c2f1d304ef8090cdeb3789dadfe834698be4234ed76dd',
    1.11    'stripeKey': 'pk_test_w2jN5rCKL9t9CcMPta2SsX7J',
    1.12  }