Skip to content

Commit

Permalink
revert application-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scwlkq committed Mar 2, 2024
1 parent c3cacc8 commit a9db650
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ spring:
type: com.alibaba.druid.pool.DruidDataSource
druid:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://175.27.155.139:3306/eventmesh-dashboard?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8
url: jdbc:mysql://localhost:3306/eventmesh-dashboard?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8
username: root
password: mysql123
password: root

initial-size: 1
max-active: 50
Expand Down Expand Up @@ -65,7 +65,7 @@ eventmesh:
standalone:
# TODO
rocketmq:
namesrvAddr: 175.27.155.139:9876;175.27.155.139:9876
namesrvAddr: 127.0.0.1:9876;127.0.0.1:9876
clusterName: DefaultCluster
accessKey: '********'
secretKey: '********'
Expand Down

0 comments on commit a9db650

Please sign in to comment.