mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 18:56:00 +02:00
Merge pull request #178 from coolacid/patch-1
[DOCS] Invalid JSON - Missing Comma
This commit is contained in:
commit
6e94befd8b
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ webserver, and unpack it to a temporary directory.
|
|||
````javascript
|
||||
var vtxdata = {
|
||||
sysName: "Your Awesome BBS",
|
||||
wsConnect: "wss://your-hostname.here:8811"
|
||||
wsConnect: "wss://your-hostname.here:8811",
|
||||
term: "ansi-bbs",
|
||||
codePage: "CP437",
|
||||
fontName: "UVGA16",
|
||||
|
@ -88,4 +88,4 @@ otherwise.
|
|||
9. If you navigate to http://your-hostname.here/vtx.html, you should see a splash screen like the following:
|
||||

|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue