Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qogustj authored Oct 10, 2023
1 parent e580583 commit 5455495
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,41 +1 @@
server:
port: 8080



cloud:
aws:
s3:
endpoint : https://s3.amazonaws.com
bucket: url-qogustj
credentials:
access-key: AKIAQUM7QY6SGL7KBCSX
secret-key: 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
region:
static: ap-northeast-2
auto: false
stack:
auto: false
logging:
level:
com:
amazonaws:
util:
EC2MetadataUtils: ERROR

spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://meetup.cqwxdf1sdeiw.ap-northeast-2.rds.amazonaws.com:3306/qogustj
username: admin
password: qogustj50

jpa:
hibernate:
ddl-auto: update
properties:
hibernate.format_sql: true
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB

0 comments on commit 5455495

Please sign in to comment.