ducky/web
2015-07-07
Parent:ef386518fa14
ducky/web/src/config.js
Use our "production" config values. Use config values for our hosted test instance of the services. These aren't actually production values, but they're at least _live_ values.
1.1 --- a/src/config.js Tue Jul 07 21:16:30 2015 -0400 1.2 +++ b/src/config.js Tue Jul 07 21:17:49 2015 -0400 1.3 @@ -1,6 +1,6 @@ 1.4 export default { 1.5 - 'urlBase': 'http://slightly.local:9000', 1.6 - 'clientID': '26c602df-14c9-4c1a-bc7b-025844ea43fa', 1.7 - 'clientSecret': 'a438bdcdcf5d2248b43c2f1d304ef8090cdeb3789dadfe834698be4234ed76dd', 1.8 - 'stripeKey': 'pk_test_w2jN5rCKL9t9CcMPta2SsX7J', 1.9 + 'urlBase': 'http://104.154.33.224', 1.10 + 'clientID': 'ca5907f4-7662-4aa5-9d06-f209dbf0cae0', 1.11 + 'clientSecret': 'db49651d8b50eb8f5f8cabbedc9b1dbca3f5cb41df63a47c9628463db00af7f8', 1.12 + 'stripeKey': 'pk_test_w2jN5rCKL9t9CcMPta2SsX7J' 1.13 }