Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 297 Bytes

QUESTIONS.md

File metadata and controls

18 lines (9 loc) · 297 Bytes

##QUESTIONS

  1. How do we find what port we're on??????

//NOTES FOR OAUTH SECRETS

//secrets.js const {env} = require('APP');

env.GITHUB_CLIENT_ID = 'ak;lsdjfla;sdjkf;asdjlkf;asdfsd;';

then require it in at the START and gitignore it!!!

//.gitignore

add just "secrets.js" to .gitignore file