ducky/web
2015-07-07
Parent:313780205e39
ducky/web/src/config.js
Implement subscriptions. Create a Subscription model and a Subscriptions collection, and attach them to the app context. Add a helper to our Profile model to retrieve the Subscription of that model. Still not sure this should be on the Profile--wouldn't it be better on the Me model? Isn't that generally where we would need it?
| paddy@0 | 1 export default { |
| paddy@17 | 2 'urlBase': 'http://104.154.33.224', |
| paddy@17 | 3 'clientID': 'ca5907f4-7662-4aa5-9d06-f209dbf0cae0', |
| paddy@17 | 4 'clientSecret': 'db49651d8b50eb8f5f8cabbedc9b1dbca3f5cb41df63a47c9628463db00af7f8', |
| paddy@17 | 5 'stripeKey': 'pk_test_w2jN5rCKL9t9CcMPta2SsX7J' |
| paddy@0 | 6 } |