# Secret properties
spring.jwt.secret=najackdonajackdonajackdonajackdonajackdo
# KAKAO
spring.security.oauth2.client.provider.kakao.authorization-uri=https://kauth.kakao.com/oauth/authorize
spring.security.oauth2.client.provider.kakao.token-uri=https://kauth.kakao.com/oauth/token
spring.security.oauth2.client.provider.kakao.user-info-uri=https://kapi.kakao.com/v2/user/me
spring.security.oauth2.client.provider.kakao.user-name-attribute=kakao_account
spring.security.oauth2.client.registration.kakao.client-name=kakao
spring.security.oauth2.client.registration.kakao.client-authentication-method=client_secret_post
spring.security.oauth2.client.registration.kakao.client-id=49db88f80ba2d50efcf6fd445497e771
spring.security.oauth2.client.registration.kakao.client-secret=kLnWHgtAmfA0hbZJGdrqa1kfyV2Jr2IN
spring.security.oauth2.client.registration.kakao.redirect-uri=http://localhost:8080/login/oauth2/code/kakao
spring.security.oauth2.client.registration.kakao.authorization-grant-type=authorization_code
spring.security.oauth2.client.registration.kakao.scope=account_email,profile_nickname, profile_image
# S3
cloud.aws.region.static=ap-northeast-2
cloud.aws.stack.auto-=false
cloud.aws.credentials.accessKey=AKIA3FLDX2N75BJLGD4O
cloud.aws.credentials.secretKey=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
cloud.aws.s3.bucket=najackdo/images
cloud.aws.s3.cloudFrontDomain=https://d16os79fbmszq4.cloudfront.net
# multipart
spring.servlet.multipart.enabled=true
spring.servlet.multipart.file-size-threshold=2MB
spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=10MB
# KAKAO PAY API
kakaopay.api.secret.key=DEV86281C93C936CA199E81EBF2FAAF0E372CE51
cid=TC0ONETIME
kakaopay.api.host=http://localhost:8080