Advertisement
Guest User

Untitled

a guest
Jan 4th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import * as path from "path";
  2. import appRoot from 'app-root-path';
  3.  
  4. export default {
  5.   SCREENSHOTS_PATH: path.join(appRoot.path, "screenshots"),
  6.   PATH_TO_WEBCAM_VIDEO: path.join(__dirname, "assets/webcam.y4m"),
  7.   HEADLESS_MODE: true,
  8.   DEVTOOLS: false,
  9.   DEV: {
  10.     USERNAME: "developer",
  11.     PASSWORD: "casestudy"
  12.   },
  13.   LTI: {
  14.     URL: 'https://bongo-15-stable.youseeu.com/lti/IOS-RECORDER/connect',
  15.     CONSUMER_KEY: "k9EDVdNbDaDufMi",
  16.     CONSUMER_SECRET: "f278c74a9b"
  17.   },
  18.   ACTIVITY: {
  19.     QA: {
  20.       QA_ONLY_TEXT: {
  21.         LMS_CODE: "QA_ONLY_TEXT",
  22.         QUESTIONS_COUNT: 6,
  23.         WITH_RETAKE: true,
  24.         RECORD_MINUTES: 0.5
  25.       }
  26.     }
  27.   }
  28. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement