From cc7d96375535a8a043163793f298c2a608a28bde Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Sun, 2 Aug 2026 16:35:43 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=9C=EB=B0=9C=ED=99=98=EA=B2=BD=20?= =?UTF-8?q?=EC=A0=91=EC=86=8D=EC=A0=95=EB=B3=B4=20=EA=B3=A0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../KArtSell.Integration.Tests/appsettings.Development.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/KArtSell.Integration.Tests/appsettings.Development.json diff --git a/tests/KArtSell.Integration.Tests/appsettings.Development.json b/tests/KArtSell.Integration.Tests/appsettings.Development.json new file mode 100644 index 00000000..dc5d33be --- /dev/null +++ b/tests/KArtSell.Integration.Tests/appsettings.Development.json @@ -0,0 +1,5 @@ +{ + "ConnectionStrings": { + "Postgres": "Host=127.0.0.1;Port=5432;Database=kartselldb_test;Username=kartsell_test;Password=kartsell4321@!_test" + } +}