config file loading and saving
This commit is contained in:
+2
-2
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user