1
0
mirror of /repos/Prototyper.git synced 2026-02-27 16:12:00 +01:00

made websockets configurable

This commit is contained in:
Aiko Mastboom
2013-04-26 03:24:18 +02:00
parent 9ab1dd56ef
commit e9033cbcfa

View File

@@ -24,7 +24,9 @@ var config = {
savedelay: 200
},
share: {
sockjs: {},
sockjs: {
websocket: true
},
staticpath: '/lib/share',
db: {type: 'none'}
},