Commit 81bfcf20 by 冷斌

update

parent 25f0141c
...@@ -14,6 +14,6 @@ module.exports = { ...@@ -14,6 +14,6 @@ module.exports = {
'TOKEN' : '1234567', 'TOKEN' : '1234567',
'sign_key' : '76576076c1f5f657b634e966c8836a06', 'sign_key' : '76576076c1f5f657b634e966c8836a06',
'socket_port': '9091', 'socket_port': '9091',
// 'WEBADDRESS': 'http://www.xiaozhanzhibo.cn/api/public/' 'WEBADDRESS': 'www.quxiutv.com/api/public/'
'WEBADDRESS': 'http://123.56.83.77/api/public/' // 'WEBADDRESS': 'http://123.56.83.77/api/public/'
} }
var site='http://123.56.83.77'; var site='http://www.quxiutv.com';
var schedule = require("node-schedule"); var schedule = require("node-schedule");
var request = require('request'); var request = require('request');
......
...@@ -39,7 +39,7 @@ return array( ...@@ -39,7 +39,7 @@ return array(
* 本地存储相关配置(UCloudEngine为local时的配置�? */ * 本地存储相关配置(UCloudEngine为local时的配置�? */
'UCloud' => array( 'UCloud' => array(
//对应的文件路�? 'host' => 'http://live.leacho.cn/api/upload' //对应的文件路�? 'host' => 'http://live.leacho.cn/api/upload'
'host' => 'http://www.xiaozhanzhibo.cn/api/upload' 'host' => 'http://www.quxiutv.com/api/upload'
), ),
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment