spring: jpa: show-sql: true properties: hibernate: format_sql: true ddl-auto: create-drop defer-datasource-initialization: true sql: init: data-locations: security: jwt: token: secret-key: daijawligagaf@LIJ$@U)9nagnalkkgalijaddljfi access: expire-length: 1800000 # 30 분 payment: api-base-url: https://api.tosspayments.com confirm-secret-key: test_gsk_docs_OaPz8L5KdmQXkzRz3y47BMw6 read-timeout: 3 connect-timeout: 30 logging: level: org.springframework.orm.jpa: DEBUG org.springframework.transaction: DEBUG