application.yml
1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
spring:
application:
name: zjweb
server:
port: 8088
ssl:
enabled: false
key-alias: tomcat_https
key-store: classpath:keystore/tomcat_https.keystore
key-store-type: JKS
key-store-password: Hg0801..
key-password: Hg0801..
url:
gateway: http://127.0.0.1:8080
inspection_web: http://127.0.0.1:8082
assetsweb: http://127.0.0.1:8082
mxgraph_editor: http://127.0.0.1:8085
tingyun: http://127.0.0.1:8088
bigScreen: http://127.0.0.1:8081
# aj配置
ajWeb: http://192.168.0.69:6677
# 一体化视图
ythView: http://192.168.0.69:18089
# cmdb
cmdbWeb: http://192.168.0.68:80
# 业务健康度
ywHealth: http://80.12.92.117:83
#流程系统路径,当ssl.enabled=true时,http要改为https,并修改流程nginx的conf文件
workflow: http://192.168.0.248:8002
# 积木报表工具
jimuReport: http://192.168.0.41:8085
config:
layer:
load:
icon: mj
audio:
mp3: 14039
tingyun:
api_key: aZipZbC18BhpG5GrjtiFAtThL1I0OUfn
secret_key: nbxay44wx8c3x4n5wcxe63mp87a72xed
login:
## 冻结账号的次数 默认为10
lockNum: 10