Skip to content

Commit

Permalink
chore: yml > db pool 환경변수 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
laigasus committed Nov 23, 2024
1 parent 24c3e83 commit 50c267b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
url: "jdbc:mysql://${ORDER_DB_HOST:localhost}:${ORDER_DB_PORT:3317}/${ORDER_DB_DATABASE:order}"
username: ${ORDER_DB_USER:root}
password: ${ORDER_DB_PASSWORD:root}
password: ${ORDER_DB_PASSWORD:root}
hikari:
maximum-pool-size: 1

0 comments on commit 50c267b

Please sign in to comment.