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.
|
|
|
#服务配置
|
|
|
|
server:
|
|
|
|
port: 7200
|
|
|
|
servlet:
|
|
|
|
context-path: /
|
|
|
|
#SpringBoot相关
|
|
|
|
spring:
|
|
|
|
datasource:
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
#url: jdbc:mysql://192.168.0.9:3306/gy_oa_qs?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
|
|
|
|
url: jdbc:mysql://192.168.0.9:3333/qs-base?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
|
|
|
username: root
|
|
|
|
password: 123456
|
|
|
|
redis:
|
|
|
|
database: 3
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 6379
|
|
|
|
password:
|
|
|
|
#服务API
|
|
|
|
svc-api:
|
|
|
|
#nodejs
|
|
|
|
nodejs:
|
|
|
|
host: 'http://192.168.0.9:6030'
|
|
|
|
#广雅
|
|
|
|
guangya:
|
|
|
|
host: http://service.jmxhgy.com
|
|
|
|
token: oKOa9WF6hAsd8QmX
|
|
|
|
oss:
|
|
|
|
minio:
|
|
|
|
endpoint: 'http://localhost:9000'
|
|
|
|
access-key: minioadmin
|
|
|
|
secret-key: minioadmin
|
|
|
|
bucket: test2
|
|
|
|
is-https: false
|
|
|
|
|
|
|
|
#项目配置
|
|
|
|
project:
|
|
|
|
# js解析包路径
|
|
|
|
phantom:
|
|
|
|
out-path: D:\\WebMapPath\\bpm\\
|
|
|
|
proxy-url: http://183.234.29.228:6021/bpm/
|
|
|
|
# 请求地址1:审核流程实例ID
|
|
|
|
req-url1: http://192.168.0.15:3000/#/apprInstanceDetailPrint?id={}&tenant=001
|
|
|
|
|
|
|
|
upload:
|
|
|
|
#临时文件
|
|
|
|
temp-path: D:\\WebMapPath\\temp\\
|
|
|
|
#上传映射地址
|
|
|
|
proxy-url: http://183.234.29.228:6021/
|
|
|
|
#物理存储地址
|
|
|
|
logical-path: D:\\WebMapPath\\
|