From 6f7f0faf54765addaeb8104280a828a1e74cb901 Mon Sep 17 00:00:00 2001 From: anerx <512464164@qq.com> Date: Thu, 10 Apr 2025 16:29:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Seyounth.Hyosung.Ava/Seyounth.Hyosung.Ava.csproj | 7 +++++++ Seyounth.Hyosung.Ava/appsettings.json | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 Seyounth.Hyosung.Ava/appsettings.json diff --git a/Seyounth.Hyosung.Ava/Seyounth.Hyosung.Ava.csproj b/Seyounth.Hyosung.Ava/Seyounth.Hyosung.Ava.csproj index 63c4f3e..eb85876 100644 --- a/Seyounth.Hyosung.Ava/Seyounth.Hyosung.Ava.csproj +++ b/Seyounth.Hyosung.Ava/Seyounth.Hyosung.Ava.csproj @@ -33,4 +33,11 @@ + + + + + PreserveNewest + + diff --git a/Seyounth.Hyosung.Ava/appsettings.json b/Seyounth.Hyosung.Ava/appsettings.json new file mode 100644 index 0000000..09ed213 --- /dev/null +++ b/Seyounth.Hyosung.Ava/appsettings.json @@ -0,0 +1,5 @@ +{ + "ConnectionStrings": { + "DefaultConnection": "server=DESKTOP-AJ6K895;database=seyounth.hyosung;Trusted_Connection=SSPI;Encrypt=True;TrustServerCertificate=True;" + } +} \ No newline at end of file