Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
techhero-config
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
techhero-config
Commits
b8103545
Commit
b8103545
authored
Sep 09, 2020
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update application-test.yml
parent
c7b7d0d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
5 deletions
+26
-5
application-test.yml
+26
-5
No files found.
application-test.yml
View file @
b8103545
...
...
@@ -5,10 +5,10 @@ jasypt:
spring
:
redis
:
remote
:
false
#cachecloud 获取
host
:
192.168.0.
114
hostName
:
192.168.0.
114
#183.95.190.112
host
:
192.168.0.
252
hostName
:
192.168.0.
252
#183.95.190.112
port
:
6379
password
:
fcd258Kf
password
:
123456
timeout
:
0
pool
:
max-active
:
8
...
...
@@ -16,13 +16,22 @@ spring:
max-idle
:
8
min-idle
:
0
rabbitmq
:
host
:
1
92.168.0.114
host
:
1
19.96.87.17
port
:
5672
username
:
rabbit
password
:
rabbit-techhero
listener
:
simple
:
acknowledge-mode
:
manual
retry
:
enabled
:
true
max-attempts
:
5
#消息确认配置项
#确认消息已发送到交换机(Exchange)
publisher-confirms
:
true
#确认消息已发送到队列(Queue)
publisher-returns
:
true
cache
:
redis
:
...
...
@@ -34,7 +43,7 @@ ribbon:
enabled
:
true
eager-load
:
enabled
:
true
clients
:
techhero-auth,techhero-base-supportplatform,techhero-project-emergencycommand,techhero-project-visualization,techhero-permission,techhero-base-basicdata,techhero-preventioncheat
clients
:
techhero-auth,techhero-base-supportplatform,techhero-project-emergencycommand,techhero-project-visualization,techhero-permission,techhero-base-basicdata,techhero-preventioncheat
,techhero-component-websocket,techhero-component-message,techhero-component-workflow
Httpclient
:
enabled
:
false
OkHttp
:
...
...
@@ -84,3 +93,15 @@ tomcat:
min-spare-threads
:
3
accept-count
:
10
# 关闭安全管理
management
:
security
:
enabled
:
false
endpoints
:
web
:
exposure
:
include
:
'
*'
endpoint
:
health
:
show-details
:
ALWAYS
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