Update settings.md (#12)

image is the actual key thats used
This commit is contained in:
Roxedus
2020-04-12 04:43:46 +02:00
committed by GitHub
parent 35b839fba6
commit 094f2fd2fa
+4 -4
View File
@@ -54,7 +54,7 @@ Adding this to your settings will override the the custom server in the server l
"name": "Custom Server 1",
"location": "Custom Location",
"url": "https://mycustomserver.com/server",
"logo": "https://mycustomserver.com/logo.png"
"image": "https://mycustomserver.com/logo.png"
}
```
@@ -70,20 +70,20 @@ The servers list can be modified with your own list of servers. If this setting
"name": "Custom Server 1",
"location": "Custom Location",
"url": "https://1.mycustomserver.com/server",
"logo": "https://mycustomserver.com/logo.png"
"image": "https://mycustomserver.com/logo.png"
},
{
"name": "Custom Server 2",
"location": "Custom Location",
"url": "https://2.mycustomserver.com/server",
"logo": "https://mycustomserver.com/logo-2.png",
"image": "https://mycustomserver.com/logo-2.png",
"defaultRoom": "DefaultRoom"
},
{
"name": "Custom Server 3",
"location": "Custom Location",
"url": "https://3.mycustomserver.com/server",
"logo": "https://mycustomserver.com/logo-3.png",
"image": "https://mycustomserver.com/logo-3.png",
"defaultRoom": "DefaultRoom",
"defaultPassword": "DefaultPassword123"
}