forked from computernewb/collab-vm-1.2-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
35 lines (35 loc) · 1.01 KB
/
config.example.json
File metadata and controls
35 lines (35 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"SiteName": "CollaborativeVM",
"OverrideSiteNameTitle": false,
"WelcomeModalTitleOverride": null,
"WelcomeModalBodyOverride": null,
"WelcomeModalLocalStorageKeyName": "dont-show-rules-modal",
"ChatSound": "//computernewb.com/collab-vm/notify.ogg",
"ServerAddresses": [
"wss://vms.befacivm.us.to/666",
"wss://vms.befacivm.us.to/1",
"wss://vms.befacivm.us.to/2",
"wss://vms.befacivm.us.to/3",
"wss://vms.befacivm.us.to/4"
],
"ServerAddressesListURI": null,
"Navbar": {
"FAQ": true,
"Discord": "xxxxxxxxxx",
"Reddit": "r/ganewies",
"Guilded": "xxxxxxxxxxxxxx",
"Mastodon": false,
"Custom": [
{ "icon": "solid circle-question", "label": "Example", "link": "https://example.net" }
]
},
"NSFWVMs": ["befvm00"],
"RawMessages": {
"VMTitles": true,
"Messages": true
},
"Auth": {
"Enabled": false,
"APIEndpoint": "http://127.0.0.1:5858"
}
}