исправление

This commit is contained in:
Alexey Kasyanchuk 2017-01-14 02:49:11 +03:00
parent 9ce81d986d
commit 2840048c8a

View File

@ -12,7 +12,7 @@ var phantomjs = require('phantomjs-prebuilt')
const torrentTypeDetect = require('./lib/content');
const domain = process.env.NODE_ENV == 'production' ? 'ratsontheboat.org' : 'localhost:3000';
const domain = 'ratsontheboat.org';
const http_port = 8095;
const mysqlSettings = {