carvent/settings.js.template
2023-02-25 00:18:05 +01:00

8 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'
};