Skip to content

Instantly share code, notes, and snippets.

@gabrieleromanato
Created June 3, 2017 09:58
Show Gist options
  • Save gabrieleromanato/24cfb021a518536e7d8a2c42612a44de to your computer and use it in GitHub Desktop.
Save gabrieleromanato/24cfb021a518536e7d8a2c42612a44de to your computer and use it in GitHub Desktop.
config.js
'use strict';
module.exports = {
paypal: {
businessEmail: 'your-paypal-business-email',
url: 'https://www.sandbox.paypal.com/cgi-bin/webscr',
currency: 'USD'
},
secret: 'secret-session-key',
name: 'name-of-session-cookie',
db: {
url: 'mongodb://localhost:27017/db',
sessions: 'sessions'
},
locale: {
lang: 'en-US',
currency: 'USD'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment