arg, forgotten files…
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
class Config {
|
||||
|
||||
constructor() {
|
||||
this.config = {
|
||||
"url": "https://www.tooloop.de",
|
||||
"allowedDomains": [
|
||||
"tooloop.de",
|
||||
"www.tooloop.de"
|
||||
],
|
||||
"logPath": "tooloop-kiosk-browser.log"
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
let config = {
|
||||
"url": "https://www.tooloop.de",
|
||||
"allowedDomains": [
|
||||
"tooloop.de",
|
||||
"www.tooloop.de"
|
||||
],
|
||||
"logPath": "tooloop-kiosk-browser.log"
|
||||
};
|
||||
|
||||
exports.config = config;
|
||||
|
||||
exports.load = () => {
|
||||
console.log(config);
|
||||
};
|
||||
Reference in New Issue
Block a user