Skip to content

Commit

Permalink
chore: database 설정 원복
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeon0208 committed Oct 10, 2024
1 parent 53f1243 commit 6468bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ spring:
datasource:
write:
driver-class-name: com.mysql.cj.jdbc.Driver
jdbc-url: jdbc:mysql://database-project.cluster-cqsc6pyqhwww.ap-northeast-2.rds.amazonaws.com:3306/od
jdbc-url: jdbc:mysql://database-project.cluster-cqsc6pyqhwww.ap-northeast-2.rds.amazonaws.com:3306/ody
username: ody
password: ENC(2n3gUzzFjknXpHDYwuF4d5BQw6XqLdsX)
read:
driver-class-name: com.mysql.cj.jdbc.Driver
jdbc-url: jdbc:mysql://database-project.cluster-ro-cqsc6pyqhwww.ap-northeast-2.rds.amazonaws.com:3306/od
jdbc-url: jdbc:mysql://database-project.cluster-ro-cqsc6pyqhwww.ap-northeast-2.rds.amazonaws.com:3306/ody
username: ody
password: ENC(2n3gUzzFjknXpHDYwuF4d5BQw6XqLdsX)

Expand Down

0 comments on commit 6468bbd

Please sign in to comment.