1
0
mirror of /repos/Prototyper.git synced 2026-06-25 12:30:50 +02:00

made websockets configurable

This commit is contained in:
Aiko Mastboom
2013-04-26 03:24:18 +02:00
parent 9ab1dd56ef
commit e9033cbcfa
+3 -1
View File
@@ -24,7 +24,9 @@ var config = {
savedelay: 200
},
share: {
sockjs: {},
sockjs: {
websocket: true
},
staticpath: '/lib/share',
db: {type: 'none'}
},