You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
877 B
31 lines
877 B
2 years ago
|
# app 名称
|
||
|
appname: 河北省数据中心
|
||
|
# 目前 只实现了 tomcat
|
||
|
# 目录结构 src/ WebRoot
|
||
|
kind: tomcat
|
||
|
|
||
|
tomcat:
|
||
|
# 部署上传代码 , 注意: 后台使用 indexOf 判断
|
||
|
includefile:
|
||
|
- src/ # 暂时不上传 src/ 目录
|
||
|
- WebRoot/
|
||
|
|
||
|
# 忽略路径, 后台使用 indexOf 判断
|
||
|
ignorefile:
|
||
|
- src/config/
|
||
|
- web.xml
|
||
|
- package-info
|
||
|
|
||
|
# 文件名替换映射 , 注意: 后台使用 indexOf 判断 ,并且路径首位不能包含空格
|
||
|
filemapping:
|
||
|
- .java -> .class
|
||
|
- src/ -> WebRoot/WEB-INF/classes/
|
||
|
|
||
|
servers:
|
||
|
# 提供的 id ,从 数据库查询 服务器 用户名和密码 表 cjy_cd / sn_server 字段 remote_connect_ip
|
||
|
# 河北产监 (主,图片存在该服务器上)
|
||
|
- id: 211.90.37.63:2207
|
||
|
codepath: /ly/tomcat/tomcat8.5.66-36040-cjy-tcdc/webapps/ROOT
|
||
|
tomcatpath: /ly/tomcat/tomcat8.5.66-36040-cjy-tcdc
|
||
|
|