Skip to content

Commit

Permalink
chore: db test default auth env
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Mar 2, 2024
1 parent 2da3e5e commit 9e450a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ spring:
druid:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/eventmesh_dashboard_test?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&zeroDateTimeBehavior=convertToNull&allowPublicKeyRetrieval=true
username: root
password: password
username: ${DB_USERNAME:root}
password: ${DB_PASSWORD:password}

initial-size: 1
max-active: 50
Expand Down

0 comments on commit 9e450a4

Please sign in to comment.