Browse Source

Update kiwi config to newer schema

pull/2120/head
Neale Pickett 4 months ago
parent
commit
41e66601a1
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      docs/MANUAL.md

+ 5
- 1
docs/MANUAL.md View File

@@ -999,7 +999,11 @@ then add the following `startupOptions` to Kiwi's `static/config.json` file (see
999 999
 
1000 1000
 ```
1001 1001
     "startupOptions" : {
1002
-        "websocket": "wss://domain.example.com/webirc",
1002
+        "direct': true,
1003
+        "server": "domain.example.com",
1004
+        "direct_path": "/webirc",
1005
+        "port": "",
1006
+        "tls": true,
1003 1007
         "channel": "#chat",
1004 1008
         "nick": "kiwi-n?"
1005 1009
     },

Loading…
Cancel
Save