generated from pricelees/issue-pr-template
refactor: 테스트 전용 설정 분리
This commit is contained in:
parent
e5002ae540
commit
9e86222d5b
5
src/test/resources/application-test.yaml
Normal file
5
src/test/resources/application-test.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
logging:
|
||||
level:
|
||||
root: INFO
|
||||
org.springframework.orm.jpa: INFO
|
||||
org.springframework.transaction: DEBUG
|
||||
@ -1,25 +0,0 @@
|
||||
spring:
|
||||
jpa:
|
||||
show-sql: false
|
||||
properties:
|
||||
hibernate:
|
||||
format_sql: true
|
||||
ddl-auto: create-drop
|
||||
|
||||
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:
|
||||
root: INFO
|
||||
org.springframework.orm.jpa: INFO
|
||||
org.springframework.transaction: DEBUG
|
||||
Loading…
x
Reference in New Issue
Block a user