Skip to content

Commit

Permalink
change application.raft.example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
l81893521 committed Jan 19, 2024
1 parent e4e1df1 commit 78cdd32
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions server/src/main/resources/application.raft.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ seata:
# support: nacos 、 eureka 、 redis 、 zk 、 consul 、 etcd3 、 sofa
type: file
preferred-networks: 30.240.*
security:
secretKey: SeataSecretKey0c382ef121d778043159209298fd40bf3850a017
tokenValidityInMilliseconds: 1800000
ignore:
urls: /,/**/*.css,/**/*.js,/**/*.html,/**/*.map,/**/*.svg,/**/*.png,/**/*.jpeg,/**/*.ico,/api/v1/auth/login,/metadata/v1/**,/actuator/health
server:
raft:
group: default
Expand Down Expand Up @@ -135,3 +140,13 @@ seata:
boss-thread-prefix: NettyBoss
worker-thread-prefix: NettyServerNIOWorker
boss-thread-size: 1

# actuator
management:
endpoints:
enabled-by-default: false
endpoint:
health:
enabled: true
show-details: always
show-components: always

0 comments on commit 78cdd32

Please sign in to comment.