Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
ff26f260
Commit
ff26f260
authored
Nov 03, 2022
by
高建强
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
item:配置文件新增开关配置
parent
94b72cae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
12 deletions
+15
-12
application-dev.properties
...stem-patrol/src/main/resources/application-dev.properties
+15
-12
No files found.
amos-boot-system-patrol/src/main/resources/application-dev.properties
View file @
ff26f260
eureka.client.serviceUrl.defaultZone
=
http://172.16.1
0.21
1:10001/eureka/
eureka.client.serviceUrl.defaultZone
=
http://172.16.1
1.20
1:10001/eureka/
eureka.client.registry-fetch-interval-seconds
=
5
eureka.instance.prefer-ip-address
=
true
management.endpoint.health.show-details
=
always
...
...
@@ -18,7 +18,7 @@ ribbon.MaxAutoRetries = 1
xiy_amos_satety_business
spring.reactor.debug-agent.enabled
=
true
#DB properties:
spring.datasource.url
=
jdbc:mysql://172.16.1
0.211:3306/xiy_safety_business_v3.0.1_20100712
?allowMultiQueries=true&serverTimezone=GMT%2B8&characterEncoding=utf8
spring.datasource.url
=
jdbc:mysql://172.16.1
1.201:3306/dl_business_v3.0.1.3
?allowMultiQueries=true&serverTimezone=GMT%2B8&characterEncoding=utf8
spring.datasource.username
=
root
spring.datasource.password
=
Yeejoin@2020
spring.datasource.driver-class-name
=
com.mysql.jdbc.Driver
...
...
@@ -35,9 +35,9 @@ security.appKey=studio_normalapp_3168830
#redis 配置
spring.redis.database
=
1
spring.redis.host
=
172.16.1
0.21
1
spring.redis.host
=
172.16.1
1.20
1
spring.redis.port
=
6379
spring.redis.password
=
yeejoin@202
0
spring.redis.password
=
123456
0
spring.redis.jedis.pool.max-active
=
200
spring.redis.jedis.pool.max-wait
=
-1
spring.redis.jedis.pool.max-idle
=
10
...
...
@@ -65,13 +65,13 @@ params.isPush = false
params.work.flow.normalProcessDefinitionKey
=
normalHazardManagement
params.work.flow.processDefinitionKey
=
hazardManagement
params.work.flow.address
=
http://172.16.1
0.21
1:30040
params.work.flow.address
=
http://172.16.1
1.20
1:30040
params.spc.address
=
http://172.16.3.89:9001
#websocket
params.remoteWebsocketUrl
=
http://172.16.1
0.21
1:8080/
params.remoteWebsocketUrl
=
http://172.16.1
1.20
1:8080/
#websocket send message url
params.remoteWebSocketSendMsgUrl
=
http://172.16.1
0.21
1:10601/
params.remoteWebSocketSendMsgUrl
=
http://172.16.1
1.20
1:10601/
#上传文件配置
spring.http.multipart.maxFileSize
=
80480000
...
...
@@ -82,9 +82,12 @@ linux.img.path = /
## emqx
emqx.clean-session
=
true
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}-3578
emqx.broker
=
tcp://172.16.1
0.211:2
883
emqx.user-name
=
super
emqx.password
=
a123456
emqx.broker
=
tcp://172.16.1
1.201:1
883
emqx.user-name
=
admin
emqx.password
=
public
emqx.max-inflight
=
1000
file.url
=
http://39.98.45.134:9000/
\ No newline at end of file
file.url
=
http://172.16.11.201:9000/
#巡检数据同步emqx开关
dataSync.patrol.emqx.switch
=
true
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment