Skip to content

Commit

Permalink
chore: dev 서버의 db url을 변경한다.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarltj committed Sep 24, 2024
1 parent c5a68e5 commit 1d47f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spring:
datasource:
db:
pool-name: moneymong
jdbc-url: jdbc:mysql://localhost:3306/moneymong?useSSL=false&&allowPublicKeyRetrieval=true
jdbc-url: jdbc:mysql://43.200.104.70:3306/moneymong?useSSL=false&&allowPublicKeyRetrieval=true
username: root
password: ${DB_ROOT_PASSWORD_DEV}
driver-class-name: com.mysql.cj.jdbc.Driver
Expand Down

0 comments on commit 1d47f4f

Please sign in to comment.