generated from pricelees/issue-pr-template
29 lines
575 B
YAML
29 lines
575 B
YAML
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
|
|
ttl-seconds: 1800000
|
|
|
|
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
|