업데이트 날짜 (2023-11-08)

server:
  port: 8001
  ssl:
    key-store: classpath:keystore.p12
    key-store-password: vlzk@@8462
    key-store-type: PKCS12

spring:
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
#    url: jdbc:mysql://localhost:3306/aucation?serverTimezone=Asia/Seoul&characterEncoding=UTF-8
    url: jdbc:mysql://k9b104.p.ssafy.io:3306/aucation?serverTimezone=Asia/Seoul&characterEncoding=UTF-8
    username: root
    password: q1w2e3r4!

  # spring data jpa ??
  jpa:
    database-platform: org.hibernate.dialect.MySQL57Dialect
    open-in-view: true
    show-sql: true
    hibernate:
      ddl-auto: update

  mail:
    username: [email protected]
    password: vlzk@@8462

  devtools:
    livereload:
      enabled: true
    restart:
      enabled: false
  freemarker:
    cache: false
  jackson:
    serialization:
      fail-on-empty-beans: false

  redis:
    lettuce:
      pool:
        max-active: 10
        max-idle: 10
        min-idle: 2
    port: 6380
    host: aucation.co.kr
    password: 'strongPassword'

  servlet:
    multipart:
      enabled: true
      max-file-size: 20MB
      max-request-size: 20MB

cloud:
  aws:
    s3:
      bucket: aucation-bucket
    region:
      static: ap-northeast-2 #Asia Pacific -> seoul
    stack:
      auto: false
    credentials:
      access-key: AKIAUEUEPWDIUDY33S2W
      secret-key: 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      

jwt:
  secretKey: myssafyislikeherewowwowwow123123123
  accessToken:
    expiration: 3000000000000
  refreshToken:
    expiration: 126000000
  tokenAuthorizationWhiteList: /api/v1/members/login, /api/v1/members/verification/ , /api/v1/members/certification, /auc-server

iamport:
  key: 1161083051413771
  secret: 2F1PV6Uctr2JOyqWLvDelOuGYBTNs6Zrn5Ptqi3MOmwFKA2xnf4STh1gYoCWeUshsb6lESJ5OjuZEMYW