config.sample.js 113 B

12345
  1. module.exports = {
  2. stripeKey: 'sk_test_YOURSTRIPEKEY',
  3. stripeClientId: 'ca_YOURAPPCLIENTID',
  4. port: 8000
  5. };