Skip to content

Commit 59ad4b7

Browse files
authored
Merge pull request #156 from prgrms-aibe-devcourse/feature/pr
fix: RDS 문제 해결 중
2 parents 9a8d715 + 7aa5cf4 commit 59ad4b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/resources/application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ cloud:
2727
access-key: ${AWS_ACCESS_KEY_ID:}
2828
secret-key: ${AWS_SECRET_ACCESS_KEY:}
2929
s3:
30-
bucket: ${AWS_S3_BUCKET:demo}
31-
endpoint: ${AWS_ENDPOINT:}
30+
bucket: ${AWS_S3_BUCKET:team8-rootin-s3}
31+
endpoint: ${AWS_S3_ENDPOINT:}
3232

3333

3434
# Actuator (Docker Health)
@@ -77,7 +77,7 @@ spring:
7777
jpa:
7878
database-platform: org.hibernate.dialect.MySQLDialect
7979
hibernate:
80-
ddl-auto: validate
80+
ddl-auto: update
8181
show-sql: false
8282
properties:
8383
hibernate:

0 commit comments

Comments
 (0)