Skip to content

Commit

Permalink
fix: (develop) DB_NAME 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
alsdl0629 committed Feb 3, 2024
1 parent 5eb05c1 commit 6a71fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dms-infrastructure/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spring:
timeout-per-shutdown-phase: "60s"

datasource:
url: jdbc:mysql://${MYSQL_HOST:localhost}:${DB_PORT:3306}/${DB_NAME:dms}?useSSL=false&characterEncoding=UTF-8&serverTimezone=Asia/Seoul&allowPublicKeyRetrieval=true&tinyInt1isBit=false&rewriteBatchedStatements=true
url: jdbc:mysql://${MYSQL_HOST:localhost}:${DB_PORT:3306}/${DB_NAME:stag_dms}?useSSL=false&characterEncoding=UTF-8&serverTimezone=Asia/Seoul&allowPublicKeyRetrieval=true&tinyInt1isBit=false&rewriteBatchedStatements=true
username: ${MYSQL_USERNAME:root}
password: ${MYSQL_PASSWORD:11111111}
driver-class-name: com.mysql.cj.jdbc.Driver
Expand Down

0 comments on commit 6a71fca

Please sign in to comment.