Skip to content

Commit

Permalink
Merge pull request #26 from tukcomCD2024/backend/feature/ec2-mysql-24
Browse files Browse the repository at this point in the history
feat: ec2 public ip 3306 적용 및 ddl-auto 수정
  • Loading branch information
yo0oni authored Feb 25, 2024
2 parents b831492 + ef06f65 commit b47392d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ spring:
show-sql: true
database-platform: org.hibernate.dialect.MySQL8Dialect
hibernate:
ddl-auto: update
ddl-auto: create
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/trip
url: jdbc:mysql://52.79.173.179:3306/trip
username: ${DB_USERNAME}
password: ${DB_PASSWORD}

Expand Down

0 comments on commit b47392d

Please sign in to comment.