From 69ba2b05485f23e9df5195fa29f2b91bdcd3ee21 Mon Sep 17 00:00:00 2001 From: forge-bot Date: Mon, 13 Jul 2026 10:33:12 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B3=84=EC=A0=95/=EC=A0=95=EC=82=B0=20?= =?UTF-8?q?=EC=97=85=EB=AC=B4=20=EA=B7=9C=EC=B9=99=EA=B3=BC=20=EC=A0=84?= =?UTF-8?q?=ED=99=98=20=EB=B6=88=EB=B3=80=EC=8B=9D=20=EC=B6=94=EC=B6=9C=20?= =?UTF-8?q?(codex-bais-final3-20260713-192718-BAIS-SPRING-ANA-ACCOUNT-001)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/test/resources/application-test.yml | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 account-migration/src/test/resources/application-test.yml diff --git a/account-migration/src/test/resources/application-test.yml b/account-migration/src/test/resources/application-test.yml new file mode 100644 index 0000000..11e478a --- /dev/null +++ b/account-migration/src/test/resources/application-test.yml @@ -0,0 +1,36 @@ +spring: + datasource: + url: jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE + driver-class-name: org.h2.Driver + username: sa + password: + jpa: + hibernate: + ddl-auto: create-drop + show-sql: true + properties: + hibernate: + format_sql: true + data: + redis: + host: localhost + port: 6379 + +settlement: + cancellation: + min-reason-length: 10 + min-remaining-amount: 1000 + dispute: + window-days: 90 + response-deadline-days: 7 + chargeback-threshold: 100000 + max-inquiry-page-size: 50 + +payout: + min-amount: 1000 + max-daily-amount: 10000000 + max-daily-count: 5 + processing-hours: + start: 9 + end: 17 + fraud-threshold: 0.8