spring:
  datasource:
    url: jdbc:mysql://localhost:3306/together
    username: root
    password:
    driver-class-name: com.mysql.cj.jdbc.Driver
  sql:
    init:
      mode: never
  jpa:
    properties:
      hibernate:
        dialect: org.hibernate.dialect.MySQL8Dialect
        show_sql: true
        format_sql: true
        use_sql_comments: true
        hbm2ddl:
          auto: create
        default_batch_fetch_size: 1000
  jwt:
    secretKey: L2YQ3xcDPXCFunobNxiVC9HEbv7P0h7HAap2oLdyLqygtbPWAvw29YJ0TvVubFp

  google:
    client_id: 996738602787-87t20h6g3lchiot27fh5t4vujl8as3sm.apps.googleusercontent.com
    client_secret: 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
    redirect_uri: <http://localhost:3000/google>
    token_uri: <https://oauth2.googleapis.com/token>
    resource_uri: <https://www.googleapis.com/oauth2/v2/userinfo>

  kakao:
    client_id: 0dfcb1659c7037841933188c25106996
    redirect_uri: <http://localhost:3000/kakao>
    token_uri: <https://kauth.kakao.com/oauth/token>

  naver:
    client_id: 9RDc3eqVIOZXzPv62aU2
    client_secret: KPAQarbtmR
    redirect_uri: <http://localhost:3000/naver>
    token_uri: <https://nid.naver.com/oauth2.0/token>

  coolsms:
    key: NCSNHDLUUIQIHOYG
    secret: CQMRKQBLZ7XT5MMVMEOLWCHOOVE6LYWW

  mail:
    host: smtp.gmail.com
    port: 587
    username: [email protected]
    password: jxedewjgeiktkxaf
    properties:
      mail:
        smtp:
          auth: true
          starttls:
            enable: true
cloud:
  aws:
    s3:
      bucket: jaydetogether
      path:
        reviews: reviews
        matchings: matchings
        members: members
        posts: posts
        chats: chats
    region:
      static: ap-northeast-2
    stack:
      auto: false
    credentials:
      accessKey: 
      secretKey: