Skip to content

Commit

Permalink
Merge pull request #39 from Kyuwon-Choi/main
Browse files Browse the repository at this point in the history
revert
  • Loading branch information
Kyuwon-Choi authored Nov 23, 2024
2 parents 9f6e71d + 8a53291 commit 1a0964f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions paperplane/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,19 @@ spring:
max-file-size: 100MB
max-request-size: 100MB

kakao:
client-id: e1ac4ad724cbaae65c5782f85de2b5a7
redirect-uri: http://54.180.136.222:8080/login-callback
authorize-uri: https://kauth.kakao.com/oauth/authorize
token-uri: https://kauth.kakao.com/oauth/token
kakao-api-host: https://kapi.kakao.com
client-secret: I1z20yPqRc4GMvYG6mzIqUOXZwR1EyLf
user-info-uri: https://kapi.kakao.com/v2/user/me
logout-uri: https://kauth.kakao.com/oauth/logout

aws:
access-key: ${AWS_ACCESS_KEY_ID}
secret-key: ${AWS_SECRET_ACCESS_KEY}
access-key: AKIAVRUVSGSDZVMI2WF5
secret-key: 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
region:
static: ap-northeast-2
s3:
Expand Down

0 comments on commit 1a0964f

Please sign in to comment.