fix: removed comma from config.json.sample which caused json linting error
This commit is contained in:
parent
64e86994f7
commit
59a1ed9107
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
"socketio": {
|
"socketio": {
|
||||||
"serveClient": false,
|
"serveClient": false,
|
||||||
"path": "/ssh/socket.io",
|
"path": "/ssh/socket.io",
|
||||||
"origins": ["localhost:2222"],
|
"origins": ["localhost:2222"]
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"name": null,
|
"name": null,
|
||||||
|
|
Loading…
Reference in a new issue