Skip to content

Commit

Permalink
chore[#104] DB 호스트 뒤에 데이터베이스 이름 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
zeze1004 committed Jun 15, 2024
1 parent cd05348 commit 2d38581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- ./logs:/app/logs
environment:
SPRING_PROFILES_ACTIVE: dev
SPRING_DATASOURCE_URL: jdbc:mysql://db-npqmf.pub-cdb.ntruss.com:3306
SPRING_DATASOURCE_URL: jdbc:mysql://db-npqmf.pub-cdb.ntruss.com:3306/wedding
SPRING_DATASOURCE_USERNAME: ${DB_USERNAME}
SPRING_DATASOURCE_PASSWORD: ${DB_PASSWORD}
nginx:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spring:
activate:
on-profile: dev
datasource:
url: jdbc:mysql://db-npqmf.pub-cdb.ntruss.com:3306
url: jdbc:mysql://db-npqmf.pub-cdb.ntruss.com:3306/wedding
username: ${DB_USERNAME}
password: ${DB_PASSWORD}
mail:
Expand Down

0 comments on commit 2d38581

Please sign in to comment.