Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
张艾宸
/
webScreen
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
张艾宸
2019-12-31 18:45:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
246d27334f4855eee3b3ceb2ab2f2dd6325e0d26
246d2733
1 parent
34d75930
修改配置文件为config.json
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
29 行增加
和
37 行删除
bin/www
config/config.js
config/config.json
bin/www
查看文件 @
246d273
...
...
@@ -12,7 +12,7 @@ var http = require('http');
* Get port from environment and store in Express.
*/
var
port
=
normalizePort
(
process
.
env
.
PORT
||
'300
0
'
);
var
port
=
normalizePort
(
process
.
env
.
PORT
||
'300
1
'
);
app
.
set
(
'port'
,
port
);
/**
...
...
config/config.js
已删除
100644 → 0
查看文件 @
34d7593
const
GETCLASSURL
=
"http://139.196.126.156:8081/getLogs/recordClassList"
const
GETCLASSURLPARAMETER
=
{
siteId
:[
"BuzzKID"
,
"kuaikuenglish"
],
key
:
"xdymp4record20191225"
,
page
:
1
,
maxMedia
:
3
,
}
const
PROJECTWINCATALOG
=
"E:/project/web_capture_release/win-x64"
const
PROJECTCATALOG
=
"E:/project/web_capture_release"
const
BACKMEDIACONFIG
=
{
url
:
"https://pclive.xuedianyun.com/pcBase/pclive2/dev/index.html"
,
classId
:
""
,
userId
:
0
,
userName
:
""
,
userRole
:
"normal"
,
portalIP
:
"saas.xuedianyun.com"
,
portalPort
:
80
,
channels
:
2
,
playRecord
:
1
,
d
:
0.5
*
60
*
60
*
1000
,
s
:
0
,
fa
:
15
,
k
:
1
,
w
:
1600
,
h
:
789
,
}
module
.
exports
=
{
GETCLASSURL
,
GETCLASSURLPARAMETER
,
PROJECTWINCATALOG
,
PROJECTCATALOG
,
BACKMEDIACONFIG
}
config/config.json
0 → 100644
查看文件 @
246d273
{
"GETCLASSURL"
:
"http://139.196.126.156:8081/getLogs/recordClassList"
,
"GETCLASSURLPARAMETER"
:{
"siteId"
:[
"BuzzKID"
,
"kuaikuenglish"
],
"key"
:
"xdymp4record20191225"
,
"page"
:
1
,
"maxMedia"
:
1
},
"PROJECTWINCATALOG"
:
"E:/project/web_capture_release/win-x64"
,
"PROJECTCATALOG"
:
"E:/project/web_capture_release"
,
"BACKMEDIACONFIG"
:{
"url"
:
"https://pclive.xuedianyun.com/pcBase/pclive2/dev/index.html"
,
"classId"
:
""
,
"userId"
:
0
,
"userName"
:
""
,
"userRole"
:
"normal"
,
"portalIP"
:
"saas.xuedianyun.com"
,
"portalPort"
:
80
,
"channels"
:
2
,
"playRecord"
:
1
,
"d"
:
1800000
,
"s"
:
3000
,
"fa"
:
15
,
"k"
:
0
,
"w"
:
1280
,
"h"
:
720
}
}
\ No newline at end of file
...
...
请
注册
或
登录
后发表评论