From 6d426c9e7fbea7b31307a8923e0eef89800f39c1 Mon Sep 17 00:00:00 2001
From: Dear_Sheng <191702387@qq.com>
Date: 星期一, 12 七月 2021 15:57:20 +0800
Subject: [PATCH] 更新指定账号审核过滤

---
 掌骏平台自动审核/AutoCheckSMS/bin/Debug/AutoCheckSMS.exe.config |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git "a/\346\216\214\351\252\217\345\271\263\345\217\260\350\207\252\345\212\250\345\256\241\346\240\270/AutoCheckSMS/bin/Debug/AutoCheckSMS.exe.config" "b/\346\216\214\351\252\217\345\271\263\345\217\260\350\207\252\345\212\250\345\256\241\346\240\270/AutoCheckSMS/bin/Debug/AutoCheckSMS.exe.config"
index baeac07..d032851 100644
--- "a/\346\216\214\351\252\217\345\271\263\345\217\260\350\207\252\345\212\250\345\256\241\346\240\270/AutoCheckSMS/bin/Debug/AutoCheckSMS.exe.config"
+++ "b/\346\216\214\351\252\217\345\271\263\345\217\260\350\207\252\345\212\250\345\256\241\346\240\270/AutoCheckSMS/bin/Debug/AutoCheckSMS.exe.config"
@@ -2,9 +2,12 @@
 <configuration>
   <connectionStrings>
     <!--<add name="ConnectionString" connectionString="server=.;uid=yzm;pwd=zjunmedia587GM$$;database=smsdb" providerName="System.Data.SqlClient"/>-->
-    <add name="ConnectionString" connectionString="server=.;uid=sa;pwd=123456;database=smsdb" providerName="System.Data.SqlClient"/>
+    <add name="ConnectionString" connectionString="Data Source=DESKTOP-MMFLSTG;Initial Catalog=smsdb;Integrated Security=True" providerName="System.Data.SqlClient"/>
   </connectionStrings>
     <startup> 
         <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
     </startup>
+<appSettings>
+  <add key="OutUserid" value="12856,11"/>
+</appSettings>
 </configuration>
\ No newline at end of file

--
Gitblit v1.9.1