Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 708 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 708 Bytes

Private Credentials

Firebase

Place your Firebase console service account credentials json file here

rename it to: serviceAccountCredentials.json

Settings

create a settings.js file in this directory with the following info

module.exports = {
  'OWNER' : 'your dubtrack user name',
  'APPROVED_USERS' : [], // add trustworthy Dubtrack users here
  'USERNAME': 'login',
  'PASSWORD': 'password',
  'ROOMNAME': 'dubtrack room name',
  'SOUNDCLOUDID': 'Soundcloud app client ID',
  'YT_API' : 'YouTube API key',
  'FIREBASE' : {
    'BASEURL' : 'firebase url'
  }
};

Test

Create a subfolder called test. It should mimic the root /private folder but with test related credentials