We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a8d715 + 7aa5cf4 commit 59ad4b7Copy full SHA for 59ad4b7
1 file changed
src/main/resources/application.yml
@@ -27,8 +27,8 @@ cloud:
27
access-key: ${AWS_ACCESS_KEY_ID:}
28
secret-key: ${AWS_SECRET_ACCESS_KEY:}
29
s3:
30
- bucket: ${AWS_S3_BUCKET:demo}
31
- endpoint: ${AWS_ENDPOINT:}
+ bucket: ${AWS_S3_BUCKET:team8-rootin-s3}
+ endpoint: ${AWS_S3_ENDPOINT:}
32
33
34
# Actuator (Docker Health)
@@ -77,7 +77,7 @@ spring:
77
jpa:
78
database-platform: org.hibernate.dialect.MySQLDialect
79
hibernate:
80
- ddl-auto: validate
+ ddl-auto: update
81
show-sql: false
82
properties:
83
0 commit comments