config file loading and saving

This commit is contained in:
2024-06-03 16:32:05 +02:00
parent 57ece16e14
commit c4cc2170f5
7 changed files with 149 additions and 52 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ class Config {
constructor() {
this.config = {
"url": "https://www.tooloop.de",
"allowedDomains": [
"whitelist": [
"tooloop.de",
"www.tooloop.de"
],
@@ -15,7 +15,7 @@ class Config {
let config = {
"url": "https://www.tooloop.de",
"allowedDomains": [
"whitelist": [
"tooloop.de",
"www.tooloop.de"
],