mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 01:02:23 -05:00
Re-enable stream management
This commit is contained in:
parent
639ab50536
commit
e3c3ecd69c
@ -28,7 +28,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
config = JSON.parse(config);
|
config = JSON.parse(config);
|
||||||
//config.useStreamManagement = false;
|
config.useStreamManagement = true;
|
||||||
config.resource = 'otalk';
|
config.resource = 'otalk';
|
||||||
|
|
||||||
_.extend(this, Backbone.Events);
|
_.extend(this, Backbone.Events);
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"isDev": true,
|
"isDev": true,
|
||||||
"http": {
|
"http": {
|
||||||
"baseUrl": "https://localhost:8000",
|
"baseUrl": "http://localhost:8000",
|
||||||
"port": 8000,
|
"port": 8000,
|
||||||
"key": "./fakekeys/privatekey.pem",
|
"key": "./fakekeys/privatekey.pem",
|
||||||
"cert": "./fakekeys/certificate.pem"
|
"cert": "./fakekeys/certificate.pem"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 0.0.1 1382717200112
|
# 0.0.1 1384811039893
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
/app.js
|
/app.js
|
||||||
|
Loading…
Reference in New Issue
Block a user