From 8231f1641d0d1a3a595c4013020b97c31b2b8797 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期六, 06 一月 2024 11:28:07 +0800
Subject: [PATCH] 添加pg库引用

---
 JiangSu/Web.config |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/JiangSu/Web.config b/JiangSu/Web.config
index fc6e8a3..44255b2 100644
--- a/JiangSu/Web.config
+++ b/JiangSu/Web.config
@@ -1,11 +1,9 @@
 锘�<?xml version="1.0" encoding="utf-8"?>
-<!--
-  鏈夊叧濡備綍閰嶇疆 ASP.NET 搴旂敤绋嬪簭鐨勮缁嗕俊鎭紝璇疯闂�
-  http://go.microsoft.com/fwlink/?LinkId=169433
-  -->
 <configuration>
+  <appSettings>
+    <add key="pgConn" value="Server=127.0.0.1;Port=5433;Database=etown;User Id=postgres;Password=postgres;"/>
+  </appSettings>
   <configSections>
-    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
     <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
   </configSections>
   <connectionStrings>

--
Gitblit v1.9.3