9 lines
271 B
Text
9 lines
271 B
Text
|
// Settings: Please set accordingly to run this demo.
|
||
|
module.exports = {
|
||
|
BASEURL: 'https://fcg-bayreuth.church.tools',
|
||
|
USERNAME: 'MAIL',
|
||
|
PASSWORD: 'PASS',
|
||
|
// if TOKEN is set, the TOKEN is used to log in instead of USERNAME/PASSWORD
|
||
|
//TOKEN: 'please-replace'
|
||
|
};
|