refactor: 테스트 전용 설정 분리

This commit is contained in:
이상진 2025-08-02 15:49:01 +09:00
parent e5002ae540
commit 9e86222d5b
2 changed files with 5 additions and 25 deletions

View File

@ -0,0 +1,5 @@
logging:
level:
root: INFO
org.springframework.orm.jpa: INFO
org.springframework.transaction: DEBUG

View File

@ -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