Skip to content

Commit

Permalink
set prod
Browse files Browse the repository at this point in the history
  • Loading branch information
YanyChoi committed Dec 13, 2023
1 parent f7a03ce commit 6f83d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://${DB_URL}/${MYSQL_DATABASE}
username: ${MYSQL_USER}
username: ${MYSQL_ROOT_USER}
password: ${MYSQL_ROOT_PASSWORD}
hikari:
auto-commit: false
Expand Down

0 comments on commit 6f83d19

Please sign in to comment.