generated from pricelees/issue-pr-template
46 lines
964 B
YAML
46 lines
964 B
YAML
spring:
|
|
jpa:
|
|
properties:
|
|
hibernate:
|
|
format_sql: true
|
|
hibernate:
|
|
ddl-auto: validate
|
|
datasource:
|
|
hikari:
|
|
jdbc-url: jdbc:mysql://localhost:23306/roomescape_local
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
username: root
|
|
password: init
|
|
sql:
|
|
init:
|
|
mode: always
|
|
schema-locations: classpath:schema/schema-mysql.sql
|
|
data-locations: classpath:schema/region-data.sql
|
|
|
|
security:
|
|
jwt:
|
|
token:
|
|
secret-key: daijawligagaf@LIJ$@U)9nagnalkkgalijaddljfi
|
|
ttl-seconds: 1800
|
|
|
|
payment:
|
|
confirm-secret-key: test_gsk_docs_OaPz8L5KdmQXkzRz3y47BMw6
|
|
read-timeout: 3
|
|
connect-timeout: 30
|
|
|
|
jdbc:
|
|
datasource-proxy:
|
|
enabled: true
|
|
include-parameter-values: false
|
|
query:
|
|
enable-logging: true
|
|
log-level: DEBUG
|
|
logger-name: all-query-logger
|
|
multiline: true
|
|
includes: connection,query,keys,fetch
|
|
|
|
management:
|
|
tracing:
|
|
sampling:
|
|
probability: 1
|