sisa-crawl/vars.js

28 lines
563 B
JavaScript
Raw Permalink Normal View History

/* Top Level Vars*/
const email = 'bdaneels@ad.ua.ac.be'
const password = 'Heideggershut18891'
const webpage = 'https://sisaweb.uantwerpen.be'
const runId = 'bd'
const dasbhoardInschrijvingenURL = 'https://app.sisaweb.uantwerpen.be/psc/csprd_3/EMPLOYEE/SA/c/QQ_INSCHRIJVINGEN.QQ_OVERZ_ING_STDL.GBL?NavColl=true'
/* Dashboard Form Vars*/
const career = 'BACA'
const program = 'B0011'
2024-11-20 14:33:02 +00:00
const academicYear = '2240'
module.exports = {
email,
password,
webpage,
runId,
dasbhoardInschrijvingenURL,
career,
2024-11-20 14:33:02 +00:00
program,
academicYear
};