wangxinhui
2026-04-20 5d9c24c02c8685fd931e0ae93e54c811726af8c6
´úÂë¹ÜÀí/Integ/WCS/WCSServers/WIDESEAWCS_Server/appsettings.json
ÎļþÃû´Ó ´úÂë¹ÜÀí/WCS/WCSServers/WIDESEAWCS_Server/appsettings.json ÐÞ¸Ä
@@ -17,7 +17,7 @@
  //5.PostgreSQL
  "DBType": "SqlServer",
  //连接字符串
  "ConnectionString": "Data Source=.;Initial Catalog=WCS_FengLv;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
  "ConnectionString": "Data Source=.;Initial Catalog=FengLv_WCS;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
  //跨域
  "Cors": {
    "PolicyName": "CorsIpAccess", //策略名称
@@ -41,7 +41,7 @@
  "QuartzDBSeedEnable": true,
  "LogDeubgEnable": false, //是否记录调试日志
  "PrintSql": false, //打印SQL语句
  "LogAOPEnable": true, //是否记录AOP日志
  "LogAOPEnable": false, //是否记录AOP日志
  "WebSocketEnable": false, //是否开启WebSocket服务
  "WebSocketPort": 9260, //WebSocket服务端口
  "SocketServer": {