Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 239 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 239 Bytes

DevConnector

Add your keys to config/keys_dev.js

module.exports = {
  mongoURI: 'YOUR CONNECTION STRING',
  secretOrKey: 'YOUR SECRET OR KEY',
  clientId: 'YOUR GITHUB CLIENT ID',
  clientSecret: 'YOUR GITHUB CLIENT SECRET'
};