config for heroku
This commit is contained in:
parent
28bfb8ac21
commit
ac8c589a77
1 changed files with 1 additions and 1 deletions
|
@ -1414,7 +1414,7 @@ Metamaps.Realtime = {
|
||||||
});
|
});
|
||||||
$('body').click(self.close);
|
$('body').click(self.close);
|
||||||
|
|
||||||
self.socket = io.connect('http://localhost:5001');
|
self.socket = io.connect('http://gentle-savannah-1303.herokuapp.com');
|
||||||
self.startActiveMap();
|
self.startActiveMap();
|
||||||
},
|
},
|
||||||
toggleBox: function (event) {
|
toggleBox: function (event) {
|
||||||
|
|
Loading…
Reference in a new issue