Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
seungueonn authored Oct 9, 2023
1 parent 44a25ec commit 4272653
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.format_sql=true

cloud.aws.s3.endpoint=https://s3.amazonaws.com
cloud.aws.credentials.access-key=AKIAQUM7QY6SGL7KBCSX
cloud.aws.credentials.secret-key=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

cloud.aws.s3.bucket=url-qogustj
cloud.aws.region.static=ap-northeast-2
cloud.aws.stack.auto=false
Expand All @@ -32,7 +31,7 @@ app.google.userinfo.url=https://www.googleapis.com/oauth2/v2/userinfo
spring.mail.host=smtp.gmail.com
spring.mail.port=587
spring.mail.username=[email protected]
spring.mail.password=psoz busc kjrc bozv
spring.mail.password=*
spring.mail.properties.mail.smtp.auth=true
spring.mail.properties.mail.smtp.starttls.enable=true

0 comments on commit 4272653

Please sign in to comment.