ducky/web
ducky/web/src/config.js
Stop ignoring our build folder. Now that our HTML lives in our build folder, we should probably stop ignoring it. This means that an `hg clone` followed by an `npm install` followed by an `npm run deploy` will work. I hope.
| paddy@0 | 1 export default { |
| paddy@0 | 2 'urlBase': 'http://slightly.local:8080', |
| paddy@2 | 3 'clientID': '7c9e3391-c924-4d67-956a-20897740550d', |
| paddy@2 | 4 'clientSecret': 'df5bc28892e93701405b394e87dc5ada584e8857666f43247e2f5fb23cd5e626', |
| paddy@2 | 5 'stripeKey': 'pk_test_w2jN5rCKL9t9CcMPta2SsX7J', |
| paddy@0 | 6 } |