Trying to fix up with cloudflare

This commit is contained in:
Kasper Rynning-Tønnesen
2015-09-09 15:32:27 +02:00
parent 1f40789407
commit 3bb62b7696
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ var crypto = require('crypto');
var emojiStrip = require('emoji-strip');
var port = 3000;
var port = 8880;
var lists = {};
var unique_ids = [];

View File

@@ -106,7 +106,7 @@ $(document).ready(function (){
window.list_html = list_html;
$("#channels").empty();
var socket = io.connect('//'+window.location.hostname+':3000');
var socket = io.connect('//'+window.location.hostname+':8880');
socket.emit('frontpage_lists');
socket.on('playlists', function(msg){
Nochan.populate_channels(msg);