Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-DoHa committed Dec 7, 2022
1 parent ea46f7b commit 6fcd00e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@ spring:
user-info-uri: https://kapi.kakao.com/v2/user/me
user-name-attribute: id

cloud:
aws:
s3:
bucket: file-upload-s3-bucket
folder:

stack:
auto: false
region:
static: ap-northeast-2
credentials:
access-key: AKIAVYRAAJP22EWXYQFO
secret-key: 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
instance-profile: true

jwt:
secret: 12311564213154321312315631123456789123456789123456789000123

Expand All @@ -45,4 +60,4 @@ jwt:

server:
error:
include-exception: true
include-exception: true

0 comments on commit 6fcd00e

Please sign in to comment.