File tree Expand file tree Collapse file tree 4 files changed +26
-50
lines changed Expand file tree Collapse file tree 4 files changed +26
-50
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
55
6- <groupId >com.eastrobot</groupId >
6+ <groupId >com.eastrobot.kbs </groupId >
77 <artifactId >kbase-media</artifactId >
8- <version >1.1.0-Beta </version >
8+ <version >1.1.0-GA </version >
99 <packaging >jar</packaging >
1010
1111 <name >kbase-media</name >
196196 <artifactId >FREngine</artifactId >
197197 <version >1.0</version >
198198 <scope >system</scope >
199- <systemPath >${basedir} /src/main/webapp/WEB-INF/lib /com.abbyy.FREngine.jar</systemPath >
199+ <systemPath >${basedir} /library /com.abbyy.FREngine.jar</systemPath >
200200 </dependency >
201201 </dependencies >
202202
203203 <build >
204- <finalName >kbase-media</finalName >
205204 <plugins >
206205 <plugin >
207206 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ convert:
2222 # sync interface config
2323 sync :
2424 upload-file-size : 500MB
25- output-folder : /tmp /convert/
25+ output-folder : . /convert/
2626 # async interface config
2727 async :
2828 upload-file-size : 500MB
29- output-folder : /tmp /convert/async/
29+ output-folder : . /convert/async/
3030 video :
3131 vca :
3232 default : ffmpeg
@@ -38,7 +38,7 @@ convert:
3838 audio :
3939 # default asr tool
4040 asr :
41- default : shhan
41+ default : baidu
4242 # baidu asr config
4343 baidu :
4444 appId : 11067243
@@ -66,23 +66,23 @@ convert:
6666 datapath : /opt/tesseract/tessdata
6767
6868# kbase-monitor config
69- spring :
70- application :
71- name : kbase-media
72- boot :
73- admin :
74- client :
75- url : " http://172.16.8.143:8888"
76- username : admin
77- password : admin
78- management :
79- endpoints :
80- web :
81- exposure :
82- include : " *"
83- endpoint :
84- health :
85- show-details : ALWAYS
86- server :
87- ssl :
88- enabled : false
69+ # spring:
70+ # application:
71+ # name: kbase-media
72+ # boot:
73+ # admin:
74+ # client:
75+ # url: "http://172.16.8.143:8888"
76+ # username: admin
77+ # password: admin
78+ # management:
79+ # endpoints:
80+ # web:
81+ # exposure:
82+ # include: "*"
83+ # endpoint:
84+ # health:
85+ # show-details: ALWAYS
86+ # server:
87+ # ssl:
88+ # enabled: false
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments