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
f7f1aabd
Commit
f7f1aabd
authored
Nov 10, 2023
by
litengwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置文件提交
parent
da0ffa4a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
12 deletions
+29
-12
application-dev.properties
...spatrol-biz/src/main/resources/application-dev.properties
+29
-12
No files found.
amos-boot-system-tzs/amos-boot-module-tzspatrol/amos-boot-module-tzspatrol-biz/src/main/resources/application-dev.properties
View file @
f7f1aabd
eureka.client.serviceUrl.defaultZone
=
http://${spring.security.user.name}:${spring.security.user.password}@172.16.10.2
10
:10001/eureka/
eureka.client.serviceUrl.defaultZone
=
http://${spring.security.user.name}:${spring.security.user.password}@172.16.10.2
43
:10001/eureka/
eureka.client.registry-fetch-interval-seconds
=
5
eureka.client.registry-fetch-interval-seconds
=
5
spring.security.user.name
=
admin
spring.security.user.name
=
admin
spring.security.user.password
=
a1234560
spring.security.user.password
=
a1234560
...
@@ -20,7 +20,7 @@ ribbon.MaxAutoRetries = 1
...
@@ -20,7 +20,7 @@ ribbon.MaxAutoRetries = 1
xiy_amos_satety_business
xiy_amos_satety_business
spring.reactor.debug-agent.enabled
=
true
spring.reactor.debug-agent.enabled
=
true
#DB properties:
#DB properties:
spring.datasource.url
=
jdbc:vastbase://
36.46.137.116
:5432/tzs_amos_tzs_biz_init?currentSchema=amos_tzs_biz&allowMultiQueries=true
spring.datasource.url
=
jdbc:vastbase://
172.16.10.243
:5432/tzs_amos_tzs_biz_init?currentSchema=amos_tzs_biz&allowMultiQueries=true
spring.datasource.username
=
admin
spring.datasource.username
=
admin
spring.datasource.password
=
Yeejoin@2023
spring.datasource.password
=
Yeejoin@2023
spring.datasource.driver-class-name
=
cn.com.vastbase.Driver
spring.datasource.driver-class-name
=
cn.com.vastbase.Driver
...
@@ -37,8 +37,8 @@ security.appKey=studio_normalapp_3056965
...
@@ -37,8 +37,8 @@ security.appKey=studio_normalapp_3056965
#redis 配置
#redis 配置
spring.redis.database
=
1
spring.redis.database
=
1
spring.redis.host
=
172.16.10.2
10
spring.redis.host
=
172.16.10.2
43
spring.redis.port
=
1
6379
spring.redis.port
=
6379
spring.redis.password
=
yeejoin@2020
spring.redis.password
=
yeejoin@2020
spring.redis.jedis.pool.max-active
=
200
spring.redis.jedis.pool.max-active
=
200
spring.redis.jedis.pool.max-wait
=
-1
spring.redis.jedis.pool.max-wait
=
-1
...
@@ -47,7 +47,7 @@ spring.redis.jedis.pool.min-idle=0
...
@@ -47,7 +47,7 @@ spring.redis.jedis.pool.min-idle=0
spring.redis.timeout
=
1000
spring.redis.timeout
=
1000
#巡检计划定时任务
#巡检计划定时任务
jobs.cron
=
0
0/1 22-23
* * ?
jobs.cron
=
0
2 18
* * ?
#邮件配置
#邮件配置
#params.mailPush = false
#params.mailPush = false
...
@@ -70,13 +70,13 @@ emq.patrol.sync.switch=true
...
@@ -70,13 +70,13 @@ emq.patrol.sync.switch=true
params.work.flow.normalProcessDefinitionKey
=
normalHazardManagement
params.work.flow.normalProcessDefinitionKey
=
normalHazardManagement
params.work.flow.processDefinitionKey
=
hazardManagement
params.work.flow.processDefinitionKey
=
hazardManagement
params.work.flow.address
=
http://172.16.10.2
10
:30040
params.work.flow.address
=
http://172.16.10.2
43
:30040
params.spc.address
=
http://172.16.3.89:9001
params.spc.address
=
http://172.16.3.89:9001
#websocket
#websocket
params.remoteWebsocketUrl
=
http://172.16.10.2
10
:8080/
params.remoteWebsocketUrl
=
http://172.16.10.2
43
:8080/
#websocket send message url
#websocket send message url
params.remoteWebSocketSendMsgUrl
=
http://172.16.10.2
10
:10601/
params.remoteWebSocketSendMsgUrl
=
http://172.16.10.2
43
:10601/
#上传文件配置
#上传文件配置
spring.http.multipart.maxFileSize
=
80480000
spring.http.multipart.maxFileSize
=
80480000
...
@@ -87,12 +87,12 @@ linux.img.path = /
...
@@ -87,12 +87,12 @@ linux.img.path = /
## emqx
## emqx
emqx.clean-session
=
false
emqx.clean-session
=
false
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.client-id
=
${spring.application.name}-${random.int[1024,65536]}
emqx.broker
=
tcp://
36.46.151.11
3:1883
emqx.broker
=
tcp://
172.16.10.24
3:1883
emqx.client-user-name
=
super
emqx.client-user-name
=
super
emqx.client-password
=
123456
emqx.client-password
=
123456
emqx.keepAliveInterval
=
1000
emqx.keepAliveInterval
=
1000
file.url
=
http://172.16.10.2
10
:9000/
file.url
=
http://172.16.10.2
43
:9000/
##代码中有部分逻辑冲突需要处理 为区分机场和电力逻辑 增加开关 若为true 则为机场逻辑 为false 则为电力逻辑
##代码中有部分逻辑冲突需要处理 为区分机场和电力逻辑 增加开关 若为true 则为机场逻辑 为false 则为电力逻辑
logic
=
false
logic
=
false
...
@@ -101,4 +101,22 @@ logic=false
...
@@ -101,4 +101,22 @@ logic=false
is.zxj
=
true
is.zxj
=
true
## \uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\u052E\uFFFD\uFFFD\uFFFD\u03F2\uFFFDID
## \uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\u052E\uFFFD\uFFFD\uFFFD\u03F2\uFFFDID
fire-rescue
=
1432549862557130753
fire-rescue
=
1432549862557130753
\ No newline at end of file
## ES properties:
elasticsearch.username
=
elastic
elasticsearch.password
=
a123456
spring.elasticsearch.rest.uris
=
http://172.16.10.243:9200
## unit(h)
alertcall.es.synchrony.time
=
48
management.health.elasticsearch.enabled
=
false
executor.queueCapacity
=
5
executor.namePrefix
=
tzs_task
executor.keepAliveSeconds
=
30000
spring.jpa.properties.hibernate.jdbc.batch_size
=
1000
spring.jpa.properties.hibernate.jdbc.batch_versioned_data
=
true
spring.jpa.properties.hibernate.order_inserts
=
true
spring.jpa.properties.hibernate.order_updates
=
true
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