Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
quxiu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
quxiu
Commits
81bfcf20
Commit
81bfcf20
authored
Apr 07, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
25f0141c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
LiveNewIM/config.js
+2
-2
LiveNewIM/exposure.js
+1
-1
api/Config/app.php
+1
-1
No files found.
LiveNewIM/config.js
View file @
81bfcf20
...
@@ -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/'
}
}
LiveNewIM/exposure.js
View file @
81bfcf20
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'
);
...
...
api/Config/app.php
View file @
81bfcf20
...
@@ -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'
),
),
/**
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment